You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/17 05:05:35 UTC

[GitHub] [cordova-android] erisu commented on issue #1312: AndroidInsecureFileModeEnabled prefrence not working

erisu commented on issue #1312:
URL: https://github.com/apache/cordova-android/issues/1312#issuecomment-899996197


   This ticket does not give enough Information.
   
   At best, I can only recommend upgrading to the latest `cordova-android@10.1.0` and try again.
   
   ```
   cordova platform rm android
   cordova platform add android@latest
   ```
   
   If you still have the issue after upgrading, try and provide more Information.
   
   For example, provide the information that comes from the network & application tab of the **DevTools** and make sure its from both the working and non-working app. Both should show that the `index.html` is loading from `file:///android_asset/www/index.html`... Application tab should also show that it is reading from `file://` for the cookies, etc. If you see it checking `file://` but there are no cookies, it probably means Android wiped out the information for more space.
   
   Make sure to also test with `10.1.0` as it might have fixed that area.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org