在phonegap中显示PDF
我想知道除了使用childbrowser插件在phonegap中显示pdf之外还有其他解决方案吗?
谢谢
May I know is there any other solution other then using childbrowser plugin to display a pdf in phonegap?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在开发查看 PDF 的应用程序时研究了这个确切的问题。 childbrowser 插件是最好的途径。实际上非常简单,您可以按照自己喜欢的方式进行自定义。您是否有无法使用 childbrowser 的特殊原因?
根据我的研究,您还可以使用第 3 方扩展来显示 pdf,但最终您仍然需要执行 childbrowser 插件所做的大部分操作,因为您需要创建一个自定义视图,该视图在触发 javascript 时显示。
I looked into this exact issue when developing an app that views PDF's. The childbrowser plugin is the best route. It's actually quite easy, and you can customize it any way that you'd like. Do you have a particular reason why you can't use the childbrowser?
From what I researched, you could also use 3rd party extensions to display pdf's, but in the end you'll still need to do most of what childbrowser plugin does, cause you will need to create a custom view that gets displayed when javascript is triggered.