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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -