Hi!
I’m almost done with a tabbed app, one that should give easy access to a handful of documents.
Right now I’m using native.showWebPopup() pointed to the online document, but having the documents packaged with the app would be acceptable in this case, if it solves the problem.
The problem I’m having is that the PDFs show up fine with zoom buttons etc in the Simulator, both for Iphone and Android. But on my Sony Xperia Z, I get a blank view and no crash.
There’s not much code to share, I just call it with a URL like this:
native.showWebPopup(0, T, \_CW\*2, \_CH\*2-50-T, "http://avia.se/iphone/test/Checklista.pdf")
A normal URL like this one works fine with the same code on the device:
http://avia.se/iphone/test/Klasser.html
What I’m asking is whether there’s a widget or other solution, or which of the workarounds I’ve seen is the correct one to use at present, to cater to (preferably) Android OS 2.3.5 and up, Iphone OS 4.3 and up. I’m using Corona 2013.1076.