With the release of Cordova Android 8.0.0, the app needs to be served over https. Currently the plugin has hardcoded https to false. The app should check if the user has set devServer.https to true in the vue.config.js and use this setting instead. This option defaults to false, so should not break older apps using the plugin.
With the release of Cordova Android 8.0.0, the app needs to be served over https. Currently the plugin has hardcoded https to false. The app should check if the user has set devServer.https to true in the vue.config.js and use this setting instead. This option defaults to false, so should not break older apps using the plugin.