S straybullet Member Licensed User Longtime User Jun 20, 2012 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2012 #2 There is an enhanced WebView library that allows you to delete the history and cache. Upvote 0
warwound Expert Licensed User Longtime User Jun 21, 2012 #3 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. Click to expand... 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
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. Click to expand... I don't think any history is created or saved - when your application exits only the cache would need to be cleared. Martin.