I want to open pdf in app from the url (like - drive, firebase, or any url) for my app. any one pls help.
- I store all url in a list, if anyone click any list its forward to another screen where url load and view pdf.
- I confused when url load, firstly its download the pdf then view.
- if its download firstly then what permission i want for low and high version of android phone.
- I want to when pdf download for view its not save in phone by default, i want to set a button if they want to save then its save.
TIMAI2
2
Use the google pdf viewer in a webview for viewing pdfs by url.
There are several extensions available for viewing local pdfs.
If downloading and saving the pdf, then by default it will be saved to your ASD, where your app has read/write permissions.
1 Like
as i have said i know it can be loaded from webview but i want to show in app pdf means without webview.
TIMAI2
4
I suggest you therefore have a search trhough:
to find a pdf extension that does not use a webview