我已将 PDF 文件下载到 PhoneGap LocalFileSystem,现在正尝试在 ChildBrowser 中查看它。我就是这样做的;
function viewOffline() {
var files = pathToRoot + "/Holidays.pdf";
window.plugins.childBrowser.showWebPage(files);
}
当我运行应用程序时,ChildBrowser 会打开,但它无法读取文件。我可以使用 .showFile 之类的东西吗?我对 ChildBrowser 真的很陌生,所以非常感谢任何帮助
非常感谢