Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1.0
-
None
-
Operating System: OS X 10.11.1, Platform: Android, Installed platforms: android 5.0.0, iOS 3.9.2, cordova-plugin-inappbrowser 1.1.0, Cordova version: 5.4.1, Oauth version: ngCordova v0.1.20-alpha
Description
I am using ngcordova and ionic to develop my app.
I have updated cordova to version 5.4.1 and now the authentication via oath (in a inappbrowser window) in my app is not working anymore because the oauth function is telling me that the inappbrowser plugin is not installed.
On stack overflow I found also this about it (cordova plugin's metadata value not updating), http://stackoverflow.com/questions/33822123/cordova-plugins-metadata-value-not-updating
"And by debuging in deep i came to know that var cordovaMetadata = cordova.require("cordova/plugin_list").metadata; this code give empty array and that is reason plugin isn't working."
Attachments
Issue Links
- is related to
-
CB-9976 Updating to cordovaLib 5.4.0 breaks ios installed plugins
- Closed
I'm having to work around this issue as well. I think the issue may be with cordova-android 5.0.0 though. The metadata object - cordova.require("cordova/plugin_list").metadata - is populated when using cordova-android 4.1.1. It's empty with cordova-android 5.0.0.