3
I’m designing a Webapp, and I use a Webview to open a specific url within the app! Only the app is caching everything, so in case I come to make any changes to the site, the app doesn’t "compute" this update, because it reuses all the information that is cached!
How to block this cache? Which, I believe, is being generated by Webview.
The Webapp platform is android.
I put this on the oncreate??
– ivan veloso
Yes, it can be on onCreate
– Rafael Telles
In this case ai Rafael Telles, it will enable the cache to disable have to put the false.
– Guilherme Costa
Ah yes, I typed wrong, correcting, thanks for the touch
– Rafael Telles