Htmlviewer native rendering - Websocket

I am loading a local html page into the htmlviewer control (default rendering is native). Source html is here
www.websocket.org/echo.html

I only get an echo response via websocket outside of the Xojo framework in my native browsers. IE10/Chrome.

Anyone have any idea why this would be?

Thanks

:frowning: if xojo’s htmlviewer is using my native browser why does this not work too…?

HTMLViewer1.LoadURL("http://html5demos.com/svg-clock")

[quote=57612:@Lee Page]:frowning: if xojo’s htmlviewer is using my native browser why does this not work too…?

HTMLViewer1.LoadURL("http://html5demos.com/svg-clock")

Works fine on Mac OS X using both Native and WebKit (which is native anyways)… Try switching to WebKit and see that works for you…

[quote=57612:@Lee Page]:frowning: if xojo’s htmlviewer is using my native browser why does this not work too…?

HTMLViewer1.LoadURL("http://html5demos.com/svg-clock")

Chrome is not the “native” browser for Windows - IE’s engine is
And its possible that IE is set up to be … I forget what they termed it … compatible so it identifies itself as an old version like IE 8 or so
I forget what the default for IE 10 is but it may NOT be to identify itself as IE 10 or to use the IE 10 engine but to act like its a holder version

Thanks Norman - Webkit works fine.

Web kit does but I suspect that IE should as well as I ran that in Windows 8.1 with IE 11 and it rendered it fine
So I suspect something else going on with the native viewer like I mentioned
I’m not certain if this still exists in the latest IE versions though
See http://www.realsoftwareblog.com/2011/01/changing-htmlviewer-rendering-mode-on.html

Webkit for windows still has few functions that are broke and events that don’t fire. …such as securitychanged… Native should work just fine for loader though. …