Clear App Cache API
Clear your app cache with the WebToNative JavaScript API. Improve app performance and refresh stored data on Android and iOS.
window.WTN.clearAppCache(true);window.WTN.clearAppData(true);import { clearAppCache } from "webtonative";
clearAppCache(false);clearAppCache(true);clearAppData(true);Key
Type
Description
Last updated