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

  • Possible Duplicate: http://stackoverflow.com/questions/16041205/android-webview-clear-cache – Addy May 29 '15 at 05:10

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
  • 544
  • 9
  • 22