D
dhubbuck
Guest
Yes I'm transferring the PDF to the client using BASE64 encoding. The encoding/decoding seems to work fine, I originally had problems with that area but I don't think it's that anymore due to the fact that the PDF opens on a nexus 5. It seems to be some inconsistency with the webkit api on android devices for the localFileSystem problems and the fact that the built in browser called via windows.open does not support PDF files. We pointed the client to a plain old URL that works on the desktop but not on android. On Windows phone 7/8 device we used an ashx handler to generate the PDF and used adobe reader to view the PDF. So much for using the mobile app builder to write the code once. Cheers
Continue reading...
Continue reading...