jcesarmobile commented on issue #908: URL: https://github.com/apache/cordova-ios/issues/908#issuecomment-646040862
web storage is local storage, session storage, web sql and some possible webview storages. Secure storage plugin saves to the keychain, which can persist after app uninstalls, report the issue in the secure storage plugin repo, there are a few workarounds they could add to the plugin to delete/reset existing data on first launch after reinstall. But it's not possible to delete on uninstall because there is no uninstall event or notification the app can hook to. ---------------------------------------------------------------- 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]
