Links
Comment on page

Clear App Cache

This allows you to clear the application cache through a function
You'll need to import the javascript file in your website before starting from this link.
To clear the cache when app is running.
Plain Javascript
ES5+
WTN.clearAppCache(false);
Note :- If you want to reload the app after cache is cleared you can call the function as below.
WTN.clearAppCache(true);
import { clearAppCache } from "webtonative";
clearAppCache(false);
Note :- If you want to reload the app after cache is cleared you can call the function as below.
clearAppCache(true);
Feature released on 15/08/2023