breautek commented on issue #501:
URL: https://github.com/apache/cordova/issues/501#issuecomment-2420333860

   I had a look at a plugin that I used to migrate local storage and the paths 
for the `UIWebView` the local storage was potentially stored in the caches 
folder, which was something that the OS will clear when it feels like it needs 
to reclaim disk space.
   
   But it looks like WKWebview uses a non-cache folder so the docs might be 
representing what was accurate for `UIWebView` but maybe not as much for 
`WKWebView`.
   
   > OS should never erase local storage—that is, webkit's responsibility—at 
least not during runtime.
   
   I believe the user can still request app data to be deleted, which will 
include the webview's local storage data.
   
   Can you provide a link of what parts of the cordova documentation states 
that local storage can be cleared by the OS?


-- 
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-unsubscr...@cordova.apache.org

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


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

Reply via email to