You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application uses cookies/localStorage on the javascript side for various purposes.
I don't see a clear way to clear all the stuff stored by the Webview engine. I could have the javascript side clear these, but there are things that this side can't clear like disk cache, etc
Describe the solution you'd like
I want to put a native button like 'Logout' that clears all this data.
An API on app/app_handle that clears this data might make sense. Maybe it needs to be part of exit or relaunch?
Alternatives considered
I considered manually deleting some of the path_resolver() directories, but directories like /Users/pttamkin/Library/HTTPStorage/{pkg} and /Users/pttamkin/Library/WebKit/{pkg} aren't captured here. Also not sure I can delete these while my app is running?
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
My application uses cookies/localStorage on the javascript side for various purposes.
I don't see a clear way to clear all the stuff stored by the Webview engine. I could have the javascript side clear these, but there are things that this side can't clear like disk cache, etc
Describe the solution you'd like
I want to put a native button like 'Logout' that clears all this data.
An API on app/app_handle that clears this data might make sense. Maybe it needs to be part of exit or relaunch?
Alternatives considered
I considered manually deleting some of the path_resolver() directories, but directories like
/Users/pttamkin/Library/HTTPStorage/{pkg}
and/Users/pttamkin/Library/WebKit/{pkg}
aren't captured here. Also not sure I can delete these while my app is running?Additional context
No response
The text was updated successfully, but these errors were encountered: