Webview on windows

Hello and good evening,
I was here testing the webview and it seems its not working on windows as I keep getting a nil value for the global webview, as it is implemented as an extension I started to think its just not in my project, or rather maybe there is no windows build for this;
Is there anyway to use webviews on Windows? are there any plans for implementing/fixing this? Any workarounds or alternatives?
:smiley: thanks for the support~

Webview is only supported on Android and iOS. I wonder if it would be possible to do as a native extension for Windows (although we should probably expand webview support to more platforms).

Webviews are totally possible on desktop, but really not simple to implement.

We could try using CEF in extension (chromium embeded framework) right?

Not sure if the extensions framework is open enough for that though…

You could also have a look at Awesomnium for an extension, but I have not looked at it in a while and the contactpoints may be too many.