Re: [DISCUSS] Moving forward with the WebView on AndroidX and cordova-android 10

2021-05-04 Thread Niklas Merz
While working on this PR I got an idea for a migration strategy I just wanted to share here. Someone could build a plugin that handles the migration of web storage (Localstorage, IndexedDB etc). The app developer needs to set the new AndroidInsecureFileModeEnabled preference to true. The app start

Re: [DISCUSS] Moving forward with the WebView on AndroidX and cordova-android 10

2021-05-04 Thread Norman Breau
I think I agree with jcesarmobile on the migration part... But I understand the problem of maintaining data in web storage containers, I've gone through this path when trying to migrate away from crosswalk. Personally, I've moved away from relying on web storage containers to store any data that