我正在使用phonegap cordova 2.7.0开发一个应用程序,我有一个事件点击绑定到这样的图像
$("#actu_gauge").live("click",function() {
alert('aaaa');
idExercice = window.sessionStorage['exercie_selected'];
chargeIndicateurOC(idExercice, 1);
// capturePhoto();
});
图像在另一张图像上方,边缘为负。
当我点击图片时出现此错误:webcoreglue: Should not happen: no rect-based-test nodes found in phonegap
任何人都可以帮忙吗?