dpogue commented on pull request #1137: URL: https://github.com/apache/cordova-android/pull/1137#issuecomment-824905256
Anyone using default Cordova-Android will still be using `file:///`. On iOS we ended up keeping `file:///` by default and only using the new scheme if it was declared in config.xml, but given the changes in API 31 that might not be feasible on Android. We should consider if there's any way to automatically migrate data in this case. A lot of apps aren't in a position where they'll be able to upgrade if it means data loss. -- 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]
