uniapp无法打开相机权限的解决办法:首先打开manifest.json文件;然后添加代码“
"”即可。
本文操作环境:windows7系统、uni-app2.5.1版本,DELL G3电脑。
具体问题:
uniapp打包出现未获取相机权限
uniapp打包后,安卓手机使用到扫码功能后,出现未获取相机权限,
在manifast.json勾选了下面权限无效果,不知道具体需要哪里设置权限,请求支援。
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
解决办法:
manifest.json 文件加上这个就可以了
推荐:《uniapp教程》
Atas ialah kandungan terperinci uniapp无法打开相机权限怎么办. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!