如何使用phonegap阅读图像和文档?

时间:2014-05-12 06:46:11

标签: android image cordova

我需要使用phonegap阅读文档和图片。

But i can read image only using window.open(url); but it's not working document.
And i can read document only using window.open(https://docs.google.com/viewer?url="");

but i need to read image and document using same url or api in phonegap.
if any possible for do this?

提前感谢。

2 个答案:

答案 0 :(得分:1)

使用此html5lightbox可以在ios和android中使用。它支持图像,Flash SWF文件,YouTube,Vimeo和本地mp4,m4v,flv,ogg,ogv和webm视频,适用于Windows,Linux,Mac,iPhone,iPad,Android,Windows Phone和所有现代Web浏览器

http://html5box.com/html5lightbox/

答案 1 :(得分:0)

默认情况下,Phonegap无法打开文档文件。你必须安装插件才能添加这些功能。例如,您可以使用FileOpener插件打开一些常见的文件扩展名,如PDF,WORD,EXCEL,JPG,GIF,POWERPOINT,VIDEOS,MUSIC等。

https://github.com/frankk994/phonegapFileOpener

https://github.com/pwlin/cordova-plugin-file-opener