I have an app using webView actively.
I am wondering where the webView stores temporary files, such as html or images files?
And when will these files get cleaned up (removed)?
I am asking because I have found the storage size of my app is growing even if I delete all files in Temporary, Cache and Document directories.
Please help.
Thanks.