Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download certificate file via mobile App #242

Merged
merged 5 commits into from
Nov 4, 2022
Merged

Conversation

labmorales
Copy link

ATTENTION: Code only working on desktop browser. Need some feedback on how to make it work on mobile.

I've imagined two courses of action for this problem:

  1. Build a JS plugin that downloaded the file using WS, stored in the phone storage and on click made the download;
  2. Make a simple PHP sided plugin that printed/downloaded the whole file in one page.

I took the second approach, in which the certificate in base64 is made available for download in the link. However as mentioned before cordova blocks that download.

Just making a PR to help anyone who tries to tackle this problem in the future and has more time to make it work.

#210

@bozoh bozoh changed the base branch from master to develop November 4, 2022 20:10
@bozoh bozoh merged commit ae4dc0e into bozoh:develop Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants