this.snapshTimeout = setTimeout(() => {
this.pusher.snapshot(
e => {
this.pusher.close();
//获取图片地址
var src = e.tempImagePath;
//压缩图片
this.getMinImage(src);
},
function(e) {
plus.nativeUI.alert('snapshot error: ' + JSON.stringify(e));
}
);
}, this.snapshotTimeoutNumber);
每次截图获取快照的时候,会有声音,使用的是安卓手机,请问其他人有遇到这种情况的吗?
9***@qq.com
你好,请问解决这个问题了吗,请问多次拍照会不会出现闪退问题?
2023-10-19 17:55