-2

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!!

1 Answers1

1

To clear cache you use : clearCache()

But Note :This will clear the cache for all WebViews used.

Reference 1

Community
  • 1
  • 1
Gowtham Kumar
  • 534
  • 8
  • 22