Registriert seit: 1. Feb 2018
3.691 Beiträge
Delphi 11 Alexandria
|
AW: webgl in tWebBrowser
6. Mai 2018, 14:53
Teste doch mal mit deinem Internet Explorer ob Du http://www.fishgl.com/ öffnen kannst.
edit
Oder hier direkt ein Schnell-Test mit Knopf.
edit
Zitat:
By default, the WinForms WebBrowser Control will render sites in IE7 Standards mode, which does not support WebGL. Make sure that your application has the appropriate registry keys set to make the default mode IE11 Edge Mode.
See the IE Blog post at http://blogs.msdn.com/b/ie/archive/2...rovements.aspx which describes the FEATURE_BROWSER_EMULATION feature control key, but keep in mind that this is in the context of IE8, so it doesn’t include examples with IE11 Edge Mode. http://msdn.microsoft.com/en-us/libr...wser_emulation documents the latest values, including the one for IE11 Edge mode.
Disclosure: I am on the team that worked on Microsoft's implementation of WebGL
Geändert von KodeZwerg ( 6. Mai 2018 um 15:01 Uhr)
|