Search results

  1. S

    How to clear the WebView2 cache?

    We solved this by simply calling localStorage.clear() and window.location.reload(true).
  2. S

    How to clear the WebView2 cache?

    We are using HTMLExe to package some online course materials that use local browser storage to save state data between sessions. When running native in the web browser we can simply clear cache or open an incognito window to clear this and reset back to default state. With HTMLExe we do not know...
Back
Top