Announcing JUCE 6

Seems current implementation of WebView for Windows will not be able to serve a locally hosted GUI, at least not through http + localhost, see this for details:

Due to loopback limitation in Edge-based WebView cannot be used even as a fallback to Chrome based WebView2, so it would be great if it was skipped altogether in favor of WebView2, or maybe another cross platform solution altogether (like https://ultralig.ht).

Another approach would be to patch the WebBrowser component code to allow loading HTML content from string, and injecting / running javascript functions on the already loaded page.