1

我创建了 Phonegap CallLog 插件(类似于这里提到的插件,并使其与 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 控制台上,我在插件上收到了成功回调。甚至可以在日志文件中查看通话记录。

所以我应该忽略这个错误,或者如果我这样做会在以后困扰我。

4

0 回答 0