How to open local PDF file in PhoneGap (android)
I'm trying to open a local PDF file stored in the sdcard. I tried everything possible but nothing seems to work.
I tried to open the pdf using the anchor tag with external and _blank attribute.
I as well tried to "WebIntent, an Android PhoneGap Plugin". But was not able to 开发者_开发知识库succeed. I'm sure i have missed something in the manifest xml file. I'm not more into backend development. Any help will be appreciated.
Thanks in advance
Here the answer : http://giovesoft.blogspot.com/2011/08/download-and-open-pdf-with-phonegap.html#more
精彩评论