1

我正在尝试在 Phonegap Build 中使用 Childbrowser 插件。我有几个问题:

  1. 对于 iOS,我只能使用 PG2.0 让它工作。切换到 PG2.1 使其失效。
  2. 对于 Android,适用于 iOS 和 PG2.0 的相同代码根本不起作用。

从 config.xml:

<preference name="phonegap-version" value="2.0.0" />
<gap:plugin name="ChildBrowser" /> <!-- latest release -->

我使用了https://github.com/alunny/ChildBrowser/blob/master/README.md中描述的 Javascript API

参考:https ://build.phonegap.com/docs/plugins

有什么想法或建议吗?

4

2 回答 2

1

我认为您可能正在查看子浏览器插件的错误版本 - phonegap build 更有可能使用https://github.com/phonegap/phonegap-plugins/tree/master/iOS/ChildBrowser

于 2012-11-27T10:47:37.343 回答
0

总结一下:

与 Phonegap Build 捆绑的 Childbrowser 插件需要 Phonegap 2.1 版才能与 Android 一起使用。2.0 和 2.1 版本都适用于 iOS。请记住在 config.xml 和 index.html 中设置 Phonegap 版本!

https://github.com/alunny/ChildBrowser/blob/master/README.md是这个插件的正确存储库,至少在使用 Phonegap Build 时是这样。

于 2012-11-27T14:28:13.083 回答