sampart / cordova-plugin-app-version

Cordova plugin to return the version number of the current app [not maintained]
MIT License
401 stars 198 forks source link

Does this plugin supports Android 7 (API level 25)? #90

Closed Ajeetlakhani closed 6 years ago

devakone commented 7 years ago

I get an error as well, seems it's a valid question:

 "ERROR", source: ng:///AppModule/AppComponent.ngfactory.js (124)
"ERROR CONTEXT", source: ng:///AppModule/AppComponent.ngfactory.js (1
24)
04-18 16:27:02.291 12508 12508 I chromium: [INFO:CONSOLE(6420)] "Unhandled Promise rejection:", source: file:///android_asset/www/po
lyfills.bundle.js (6420)
nikmartin commented 7 years ago

I believe this is an issue with AngularJS, not the Android platform you are using. The Android API that this plugin uses has been around since API level 1

ayozebarrera commented 6 years ago

@devakone did you solve that?

Drarok commented 6 years ago

The plugin itself should work on Android 7, yes. I'm afraid I can't help with the Angular error above, though.