OGeek|极客世界-中国程序员成长平台

标题: android - 在 android 和 IOS phonegap 应用程序中读取 pdf 文件 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 15:48
标题: android - 在 android 和 IOS phonegap 应用程序中读取 pdf 文件

我正在开发一个phonegap-app。我正在使用网站“build.phonegap.com”来构建 apk(android) 或 IOS(ipa) 文件。该应用程序基本上只使用 html5css3jquery mobilejquery。我在 config.xml 文件中尝试了以下代码,


我找到了here .

在我的 js 文件中的 document.ready 中,我写了类似的东西,
window.open('http://www.example.com/foldername/document. pdf', '_blank');
但它不起作用。我做错什么了吗?请帮忙,谢谢。



Best Answer-推荐答案


我尝试了下面对我有用的代码,我明白了here
window.open(encodeURI('https://docs.google.com/gview?embedded=true&url=http://www.your-server.com/files/your_file.pdf'), '_blank', 'location=yes,EnableViewPortScale=yes');

关于android - 在 android 和 IOS phonegap 应用程序中读取 pdf 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36303337/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (https://ogeek.cn/) Powered by Discuz! X3.4