I have a Unity project built as HTML5. I can see it perfectly within Firefox, Edge and IExplorer 11. I would like to open it within a web viewer control in a Windows Form application in Visual Studio 2015 (Visual Basic). I tried with the basic webbrowser control, then with the webview (in UWP), then with awesonium, and finally with DotNetBrowser. None of them allowed me to see the html5 page, all showing the error "Your browser does not support WebGL". I also set the registry entries for the user agent to be "11001" (IE11) and "12001" (Edge).
Do you know if there is any control that renders correctly the HTML5 project from Unity, or if there is a particular setting to be done?