在我的Phonegap项目中,我使用了许多插件。到目前为止,包括他们立即工作。现在我尝试添加文件打开功能,但我没有运气让它工作。我使用PhoneGap Build和PhoneGap桌面开发人员应用程序。我没有使用命令行工具。
这就是为什么我认为它应该起作用的原因:
<plugin name="cordova-plugin-whitelist" source="npm" spec="~1.2.1" />
<plugin name="phonegap-plugin-barcodescanner" source="npm" spec="~3.0.0" />
<plugin name="cordova-plugin-fileopener" source="npm" />
<plugin name="cordova-plugin-file-opener2" source="npm" />
<plugin name="cordova-plugin-x-socialsharing" source="npm" />
这是我到目前为止尝试调试的内容:
plugins
个对象。它们不包含两个文件打开插件中的任何一个。 window.plugins
包含失眠和社交分享,cordova.plugins
包含条形码扫描程序。