wx.chooseVideo对安卓机设置maxDuration和camera无效[代码] wx.chooseVideo({
sourceType: ['album','camera'],
maxDuration: 6,
camera: 'front',
success: function(res) {
that.setData({
src: res.tempFilePath
})
}
})[代码]以上代码设置的maxDuration:6和camera: 'front',对iOS可用,对安卓机不管用