InAppBrowser not working in Cordova 3.4 Android application

325 views
Skip to first unread message

CB

unread,
Mar 26, 2014, 6:02:35 PM3/26/14
to phon...@googlegroups.com
I have an application that ran an InAppBrowser perfectly fine in cordova 3.3, but after upgrading, failing, and creating an entire new application, the inappbrowser still is not working!
The plugin is correctly added via CLI. when I check the current plugins via CLI it shows up too. However when I run the application nothing happens! Under platforms/android/res/xml the config.xml only shows:

    <feature name="App">
        <param name="android-package" value="org.apache.cordova.App" />
    </feature>
    <feature name="Calendar">
        <param name="android-package" value="nl.xservices.plugins.Calendar" />
    </feature>

So I tried adding:

    <feature name="InAppBrowser">
        <param name="android-package" value="org.apache.cordova.InAppBrowser" />
     </feature>

but only I build the application the added reference is automatically removed. I'm lost! Please Help!




CB

unread,
Mar 26, 2014, 6:24:18 PM3/26/14
to phon...@googlegroups.com
Also I checked the LogCat and I am getting this error: 03-26 15:18:47.146: D/PluginManager(21722): exec() call to unknown plugin: InAppBrowser
 

Kimberlee Armstrong

unread,
Nov 25, 2014, 2:41:32 PM11/25/14
to phon...@googlegroups.com
I am having the same problem did you ever figure it out?
Reply all
Reply to author
Forward
0 new messages