I want to load WebView from network but if it contain any images, I want to cache them and on reload, load them from cache.
I got many solutions but many of those are deprecated or not working. At Android doc I found these four settings
LOAD_DEFAULT
LOAD_CACHE_ELSE_NETWORK
LOAD_NO_CACHE
LOAD_CACHE_ONLY
But none of the above working as I intended.