Phonegap使用Intent / WebIntent选择文件

时间:2013-01-05 14:26:09

标签: javascript html5 cordova

我希望使用intent / webintent打开一个可用作文件浏览器/资源管理器的应用程序来选择音频文件。

然后,所选项目的URL(完整路径)将作为应用程序media.play()的来源传递。

欢迎任何样品。

感谢。

伊斯梅尔。

1 个答案:

答案 0 :(得分:1)

你可以查看我的Phonegap插件,我相信它可以做你需要的。

https://github.com/markeeftb/FileOpener

您所要做的就是使用文件的本地路径传递变量:

window.plugins.fileOpener.open( “文件:///mnt.sdcard/Android/data/com.example.app”)

您只需要更正FileOpener.java文件,因此它匹配您要处理的文件类型,例如mp3,wav等。