neutralinojs / webview

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

MacOS -> Resizing Window when inspector is open turns Window white #17

Open mdigruber opened 2 years ago

mdigruber commented 2 years ago

Expected Behavior
Should resize the Window/Application.

Actual Behavior
If you resize the window when the inspector is open, the whole application turns white and isn't responding to use input/reloading

Steps to Reproduce the Problem

  1. Start Application with "neu run"
  2. Open Inspector with right Click => Inspect Element
  3. Resize Window
  4. Whole Window turns white

Specifications