xiaobai
xiaobai
  • 发布:2016-07-01 20:43
  • 更新:2016-07-01 20:43
  • 阅读:1272

打开页面就调用不了相机了 求解惑 不新开页面直接将需要调用相机的页面设为首页可以正常打开

分类:MUI

打开页面就调用不了相机了 求解惑 不新开页面直接将需要调用相机的页面设为首页可以正常打开
mui.openWindow('smcode.html', 'smcode.html', {
show: {
aniShow: 'slide-in-bottom',
duration: 300,
},
styles: {
hardwareAccelerated: true,
}
});

调用相机
var cmr = plus.camera.getCamera();
cmr.captureImage(function(p) {
plus.io.resolveLocalFileSystemURL(p, function(entry) {
var path = entry.toLocalURL();
compressImage(path, imgID)
});
}, function(error) {
alert("照片添加失败: " error.message);
});

2016-07-01 20:43 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复