neutralinojs / webview

A modified version of C++ webview for Neutralinojs.
MIT License
10 stars 1 forks source link

WebviewRuntime2 Cache won't update modified file #11

Open renton16 opened 3 years ago

renton16 commented 3 years ago

I'm getting blank page from time to time when I update a file or change the resource directory which happens only after I installed Webview Runtime. It works with no error when I uninstalled the runtime or delete the folder cache of "{appname}" in %appdata% folder.

NOTE: "neu listen" also sometimes does not update because of caching.

Expected Behavior
Should update the view with the modified file

Actual Behavior
Webview gives blank page with "Connecting..." status

Steps to Reproduce the Problem

  1. Install Webview Runtime
  2. Modify html/js file or change resource directory
  3. Run app

Specifications