hit2501 Posted November 2, 2015 Share Posted November 2, 2015 Hi everyone! I´m trying to make a web browser with VB Net in Visual Studio 2015 to be able to see babylon sites but when I enter to: https://get.webgl.org/ I get the following message: "Oh no! We are sorry, but your browser does not seem to support WebGL." and a link to upgrade to Windows 10 (which I already have) What can I do to be able to load babylon sites in my browser? Thanks and happy Todosantos and Día de los Muertos day. Quote Link to comment Share on other sites More sharing options...
davrous Posted November 2, 2015 Share Posted November 2, 2015 Hello, Which browser do you use? WebGL works on IE11, Edge, Chrome, Firefox & Opera on Windows. Maybe you've got a driver issue and WebGL is not enabled on your machine. Bye, David Quote Link to comment Share on other sites More sharing options...
KarelAnker Posted November 2, 2015 Share Posted November 2, 2015 Hello, Which browser do you use? WebGL works on IE11, Edge, Chrome, Firefox & Opera on Windows. Maybe you've got a driver issue and WebGL is not enabled on your machine. Bye, DavidI think he wants to know how to enable WebGL on his own custom browser which he made on VBNet Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 2, 2015 Share Posted November 2, 2015 Hello WebGL is enabled only inside the Win10 webview Quote Link to comment Share on other sites More sharing options...
trishul1979 Posted November 2, 2015 Share Posted November 2, 2015 You can try CEF (https://bitbucket.org/chromiumembedded/cef) Quote Link to comment Share on other sites More sharing options...
hit2501 Posted November 2, 2015 Author Share Posted November 2, 2015 Thanks for your replies. Yes, as KarelAnker said I´m trying to do a web browser with VB.Net using VS2015, My first attempt was with the "webbrowser" element but when I want to visit babylon sites as: http://concept.wec360project.se/single2.htmlI get: HTMLElement is not definedhttp://concept.wec360project.se/js/hand.minified-1.2.js Object does not support property or method 'defineProperty'http://concept.wec360project.se/js/babylon.js Object does not support property or method 'addEventListener'http://concept.wec360project.se/js/jquery.js Object does not support property or method 'getContext'Object does not support this actionWas expected ';' I wanted to do this by vbnet because I dont have only basic knowledge with C# or C++ Deltakosh, can you tell me if a browser made with windows10 webview can be installed and used on windows 7? One more question: what could be be best way if I want to make the same thing for android? Thanks again. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 2, 2015 Share Posted November 2, 2015 windows10 webview can be installed and used on windows 7 Unfortunately no Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.