我创建了Phonegap CallLog插件(类似于提到的here并使其与2.7.0兼容)并将其与我的代码集成。但是它给出了错误
function onDeviceReady() {
window.plugins.CallLog.list('all', onSuccess, onError);
}
说
E/Web Console(869): Uncaught TypeError: Cannot read property 'CallLog' of undefined at file:///android_asset/www/index.html:15
奇怪的是,错误发生在标记 Web控制台上,我在插件上获得成功回调。甚至能够在日志文件中看到通话记录。
所以我应该忽略这个错误,否则如果我这样做就会困扰我。