I have Webview in my Android app, In Webview there are two buttons pre and next , I want to clear the Webview cache on button Click...
I have been trying to figure out the way to clear the cache, So please help!!
I have Webview in my Android app, In Webview there are two buttons pre and next , I want to clear the Webview cache on button Click...
I have been trying to figure out the way to clear the cache, So please help!!
To clear cache you use : clearCache()
But Note :This will clear the cache for all WebViews used.