You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javascript functions like button clicks, and onesignal plugin code for usage do not work on my android 4.4.2, I've tested on android 5.0 and 8.0, it works fine
My cordova version is 9.0
My minSdkVersion is set to 19 which is 4.4.2 right?
Please what can I do
The text was updated successfully, but these errors were encountered:
android sdk 19 is android 4.4.x, so yes it includes 4.4.2.
The major difference between 4.4 and android 5.0 or 8.0 is that the webview on 4.4 is stuck at an really old version of chrome. (I believe it's chrome 30 if memory serves me right). So there are a lot of JS features that are not supported back then.
The modern chrome debugger doesn't work very well on older devices, but you should still be able to use it to remote debug your app and at least view the javascript console for errors.
Javascript functions like button clicks, and onesignal plugin code for usage do not work on my android 4.4.2, I've tested on android 5.0 and 8.0, it works fine
My cordova version is 9.0
My minSdkVersion is set to 19 which is 4.4.2 right?
Please what can I do
The text was updated successfully, but these errors were encountered: