Hello,
I’m looking for a plugins compatibility webpage depending on the Android API.
I have some trouble running my App on 4.2.2 devices, but not on 5+
If I want the app to run on 4.2.2 device, I have to use CrossWalk but the app becomes a lot heavier.
I wonder if this is because some of my plugins are incompatible with older versions of Android, or maybe bacause of a newer version of Cordova ?
I use these plugins :
com.ionic.keyboard 1.0.4 "Keyboard"
cordova-plugin-app-version 0.1.8 "AppVersion"
cordova-plugin-console 1.0.2 "Console"
cordova-plugin-device 1.1.1 "Device"
cordova-plugin-globalization 1.0.3 "Globalization"
cordova-plugin-network-information 1.2.0 "Network Information"
cordova-plugin-splashscreen 3.1.0 "Splashscreen"
cordova-plugin-whitelist 1.2.1 "Whitelist"
hu.dpal.phonegap.plugins.UniqueDeviceID 1.2.0 “UniqueDeviceID”
Any tips about compatibility problems ?
Thank you all for your help.