我正在尝试将 childBrowser 插件用于phonegap,但无法生成.apk,
在 Eclipse 中,我可以在以下位置看到一个错误(不推荐使用的函数):
settings.setPluginState(true);
这里的问题是两个版本都有这条线,无论如何我评论了这条线(没有太多希望)但它仍然失败
失败是指:
window.plugins.childBrowser.showWebPage('http://google.com/')
没有打开任何页面或抛出任何错误...
知道我错过了什么吗?
PD:我包括了 .jar、.js(并引用了它)、androidmanifest.plist 和 config.xml 中的行
-编辑-
Phonegap:2.1.0
childBrowser:2.0
-编辑-
如果等到设备准备好,那么我会在控制台的模拟器中收到此错误:
E/Web Console(30411): Uncaught TypeError: Cannot read property 'childBrowser' of undefined at file:///android_asset/www/js/scripts.js?v=33s:883