I have downloaded a PDF file to the PhoneGap LocalFileSystem and am now trying to view it in ChildBrowser. I have done so like this;
function viewOffline() {
var files = pathToRoot + "/Holidays.pdf";
window.plugins.childBrowser.showWebPage(files);
}
When I run the app the ChildBrowser opens but it can't read the file. Is there like a .showFile thing I can use? I'm really new to ChildBrowser so any help would be much appreciated
Thanks a lot