详细问题描述
[内容]
var cmr = plus.camera.getCamera();
//打印出来是空的
console.log(cmr.supportedImageResolutions);
重现步骤
[步骤]
var cmr = plus.camera.getCamera();
//打印出来是空的
console.log(cmr.supportedImageResolutions);
[结果]
空
[期望]
得到摄像头分辩率
运行环境
[系统版本]
iphone 6 v 8.4
[浏览器版本]
[IDE版本]
7.1
[mui版本]
3.0.0
附件
[代码片段]
[安装包]
联系方式
[QQ]
2536951589
[电话]
13819755387
1 个回复
cloudError
mui文档有说明的,iOS平台不支持supportedImageResolutions,返回的就是空数组对象