Completely private webview

straybullet

Member
Licensed User
Longtime User
Is there a way not to cache or save history of webview so when user exits out there is no trace left on the device?
 

warwound

Expert
Licensed User
Longtime User
WebViewExtras has a clearCache method:

Clear the WebView cache.
Note that the cache is per-application, so this will clear the cache for all WebViews used in an application.

I don't think any history is created or saved - when your application exits only the cache would need to be cleared.

Martin.
 
Upvote 0
Top