WuglyakBolgoink / pdfViewer

Phonegap Android Plugin PDF-Viewer
MIT License
9 stars 16 forks source link

Hello , i worked with this plugin and am able to open the pdf files using this plugin in my android device ve #6

Open hariirocks opened 8 years ago

hariirocks commented 8 years ago

Hello , i worked with this plugin and am able to open the pdf files in my android device (version 5.0.2) but when am trying to open the same pdf in other device which runs android (version 4.4.2),i was not able to open the pdf . I have checked the paths of the folder and placed my corresponding pdf in (android assets folder ) and modified the code in intel xdk. The question is does the plugin works for all android versions? and please suggest me few solutions why i was not successful in opening the pdf in android version 4.4.2?

WuglyakBolgoink commented 8 years ago

do you have an empty view in external app?

NaimishMakwana commented 8 years ago

Can we view pdf encoded with base64 string? I means i have a base64 encoded string of pdf file and i want to view it in browser is it possible to view using this plugin?

sudhanshu91 commented 8 years ago

I have also same requirement problem. I want to open base64 pdf data url in android. Please help. It works fine on iOS browser as ios browser supports pdf viewer.