Android Question Correct way to Load a Webview without cache

DawningTruth

Active Member
Licensed User
I have been trying to setup my webviews to load without a cache. The libraries are not making sense to me. Please assist:

B4X:
Dim webSettings1 As WebSettings
webSettings1.LOAD_NO_CACHE = 2

'How do I link this to my webview?
 
Top