html - View local PDF File in ChildBrowser? -
i have downloaded pdf file phonegap localfilesystem , trying view in childbrowser. have done this;
function viewoffline() { var files = pathtoroot + "/holidays.pdf"; window.plugins.childbrowser.showwebpage(files); }
when run app childbrowser opens can't read file. there .showfile thing can use? i'm new childbrowser appreciated
thanks lot
i did quick check , found out cannot open pdf files suing child browser. need use pdfviewer plugin. plugin used display local pdf. when display pdf external url, should use inappbrowser or childbrowser
Comments
Post a Comment