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

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -