Loading PDF on webPage for the ipad
I'm developing a mostly offline piece of software and iv be开发者_如何学编程en looking into loading up a PDF file that ideally should be stored locally on the iPad. For what it's worth I am developing in phone gap and doing the majority of my coding in JavaScript. Any information/links really anything on this subject would be a big help. I'm kinda at a loss on this one
Thanks a ton -postSYnaptic
Try the following as this should trigger the default pdf viewer:
<embed id="pdf" name="pdf" src="URL_TO_PDF" width="100" height="100" />
regards
精彩评论