Hi,
I have created an app that has a couple of reference .PDF files I need the user to be able to open and view. In testing, I have used the inappbrowser to point to the .pdf files locally - which works fine in the browser preview / web builds.
the issue is when building as an .apk using Cordova CLI it no longer works. The plugin appears to be added to the config.xml file when building in cordova so i am not sure what's stopping it working.
Anyone know how to get this working?
Or if there is a better way to allow the user to view PDFs that would be even better.
I was hoping I could bring up a PDF in a frame and keep my layout GUI around it but had no luck.
Thanks,