Liangzhihe
Results
1
issues of
Liangzhihe
**问题描述** 使用uni小程序SDK开发集成到Android上后chooseImage无法调起相机 **复现步骤** 1. 创建拍照按钮组件 2. 点击按钮,调用chooseImage方法调起相机,在iOS上正常,Android上无响应 ```js pickImage() { const that = this uni.chooseImage({ count: 1, sourceType: ['camera'], success({ tempFilePaths }) { if (that.isSaveLocal) { // 需要保存到本地 uni.saveFile({ tempFilePath:...