tomek-em
tomek-em
Update your cordova-android. I fixed this when updated to cordova android 10.1.0 `cordova platform remove android ` `cordova platform add [email protected]`
I had the same problem. Try this: 1. `cordova plugin add https://github.com/kaddyadriano/cordova-plugin-googlemaps.git#PR-Android10-Blank-Screen-Fix-and-Custom-Icons-Fix` 2. `cordova platform rm android` 3. remove all plugins from /plugins , remove package-lock.json and /node_modules as well...
Same here. We also need this to switch.
I made three sliders. Please review PR #152
That's what I am looking for. Any way to disable notifications when the app is in foreground on iOS.