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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -