Good day!
Recently I update my app core. I created with latest ionic cli blank project and move dependencies (config.xml + package.json) from it to my app
After adding cordova-plugin-ionic-webview to my app - background mode completely broke!
For background mode I use ionic-native background mode + latest cordova-plugin-background-mode.
Without cordova-plugin-ionic-webview my app seems to work fine. So can I delete it and don’t worry about something else will be broken without it ?