Skip to content

Javascript Support, better closing of Web popup

Latest
Compare
Choose a tag to compare
@desertblade desertblade released this 03 Sep 20:25
· 6 commits to master since this release
dc7479d

Adding JavaScript support to Webview.

There was a bug after about 6 popups from Frigate in a short window, streams would just return a white box. Noticed that connections to the server were still live and ultimately timed out. Added webview.destroy to when the popup closes to kill the connection to the server and it seemed to help with the white box issue.