使用 sencha 将我的 html 转换为 apk 时的图像捕获
Posted
技术标签:
【中文标题】使用 sencha 将我的 html 转换为 apk 时的图像捕获【英文标题】:Image capture while converting my html to apk using sencha 【发布时间】:2014-02-11 11:04:23 【问题描述】:我有 html5 和 php 站点。我想使用 sencha 将其转换为 android 应用程序。 我从http://www.sencha.com/ 转换了我的应用程序并且工作正常。但是在上传图片时,它没有提供使用设备相机捕获图像的选项。
如何在图像上传或任何其他选项时启用设备摄像头。
【问题讨论】:
【参考方案1】:您是否在 AndroidManifest.xml 中允许了图像捕获权限???
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />
我建议探索Android Developers 以更好地理解上述两行的实现
【讨论】:
以上是关于使用 sencha 将我的 html 转换为 apk 时的图像捕获的主要内容,如果未能解决你的问题,请参考以下文章
使用 Python 将我的 Windows 计算机与 wifi AP 相关联
有没有办法将 Sencha Touch 转换为 Sencha EXTJ(或将 EXTJ 转换为 Touch)?