Pdf in mobile app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pdf in mobile app

I'm creating an app using HTML, CSS and JAVASCRIPT. I'll convert it to an Android app using PHONEGAP. I'm including a PDF file in it, I used <iframe src="example.pdf"> it works well in PC but when I converted it to app, it isn't working.... giving me the solution please....

26th Mar 2018, 2:51 PM
Hemath Kumar
Hemath Kumar - avatar
1 Answer
+ 1
I would not use an iframe for this personally. Just found this, see if it works for you. https://stackoverflow.com/questions/19654577/html-embedded-pdf-iframe
30th Mar 2018, 12:36 PM
Memphis Reigns
Memphis Reigns - avatar