Mobile app users (phone or tablets) can clear the WebView cache, IndexedDB & Local storage directly from the app without needing to use device settings or to reinstall the app. This allows them to resolve issues related to cached data quickly and efficiently without external steps.
Instructions
A long press on the top bar refresh button opens a menu with the following options:
"Refresh"
"Clear Cache"
"Clear Storage"
"Clear All"
When "Clear Cache" is selected, only the WebView cache is cleared, and the page is refreshed.
When "Clear Storage" is selected, only IndexedDB and local storage data is cleared, and the WebView content reloads.
When "Clear All" is selected, both cache and IndexedDB & local storage data are cleared, and the WebView content reloads.
The feature should be accessible in both iOS and Android mobile apps.
Comments
0 comments
Please sign in to leave a comment.