jcesarmobile edited a comment on issue #1006: URL: https://github.com/apache/cordova-android/issues/1006#issuecomment-710246481
as an alternative you can use `cordova-plugin-ionic-webview`, as it uses http/https to serve the content it's not affected by this problem, but it requires to convert the file:// urls to http/https urls with `window.Ionic.WebView.convertFileSrc()` Anyway, next cordova major should move to AndroidX, some plugins will break, but a lot of other plugins are holding back because they don't want to update to use AndroidX until it's the default on Cordova and that makes the plugin use out of date support libraries. Or some plugin authors are maintaining two versions of the same plugin, one for AndroidX and another for the old support libraries. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
