0
我在我的sencha應用程序中使用了ext.device.Camera.capture功能,但是它不支持cordova,不工作,相機不顯示。Ext.device.Camera.capture無法在sencha touch 2.4.1和cordova上工作2.9.1
在app.js我有 'Ext.device.Camera' 在需要
下面的代碼
Ext.device.Camera.capture({
success: function(image) {
console.log(image);
},
failure: function(){
Ext.Msg.alert("Errore", "Errore nel salvataggio della foto, per favore riprovare.");
},
quality: 85,
width: 1280,
height: 1713,
destination: 'file',
encoding: 'jpg'
});
ň控制檯登錄我得到 'http://www.sencha.com/img/sencha-large.png'