从Cordova 3.3到3.4 Android更新后,InAppBrowser插件无法正常工作

时间:2014-03-26 21:14:37

标签: javascript android jquery-mobile cordova

我从3.3更新了Android应用程序到Cordova 3.4。现在inAppBrowser或重定向到外部浏览器不再起作用

我的代码中的重定向示例是:

<a href="#" onClick="window.open('http://www.example.net/subscribe/index.html', '_blank', 'location=yes');" data-role="button">Subscribe to example</a>

3.4的API文档说要使用var ref = window.open()

API文档:https://github.com/apache/cordova-plugin-inappbrowser/blob/dev/doc/index.md

我试过没有运气,但我认识到只是将重定向添加到变量,这不是我需要的。只是一个简单的window.open

有没有人遇到过这个问题?你怎么修好它的?谢谢!

编辑:

以下是我点击网址时从LogCat获取的错误

03-26 15:18:47.146: D/PluginManager(21722): exec() call to unknown plugin: InAppBrowser

0 个答案:

没有答案