【发布时间】:2015-02-08 12:30:55
【问题描述】:
我需要使用 VS 2013 Multi Device Hybrid Apps,它应该在下面的 html 中使用
<input type="file" accept="image/*" capture="camera" />
当我添加上述 HTML 时,当前能够访问相机以及其他选项(画廊),仅显示画廊选项(如下所示)。
我使用的是 Android 4.4.2 手机。
我需要获取用户可以在相机/画廊等之间进行选择的屏幕。
我一直在尝试将此插件添加到 Visual Studio https://github.com/cdibened/filechooser.git
通过修改config.xml文件
<vs:feature>https://github.com/cdibened/filechooser.git</vs:feature>
但我收到此错误“错误:包 R 不存在”。插件 url 中的定义说我们需要更改包名称,但我不确定应该在哪里完成。谢谢
【问题讨论】:
标签: android-4.4-kitkat cordova-plugins multi-device-hybrid-apps