phonegap-windows icon indicating copy to clipboard operation
phonegap-windows copied to clipboard

websockets?

Open jasonmcleod opened this issue 14 years ago • 1 comments

I checked out the webkit.net project after seeing it mentioned on your blog post..I found an "example browser" demo and crossed my fingers. It appears that not even that application has websockets enabled.. bummer! Do you know if that is a feature that is separate from webkit all together? I'm downloading visual studio now so that I can poke around your code. I wonder if this is something that needs to be turned on, or if it's part of some unlicensed code that isn't open source. Looking forward to playing with the code, thanks for sharing!

jasonmcleod avatar Feb 25 '11 22:02 jasonmcleod

That's awesome. So I forked the webkit-dot-net project at v0.4 and the author of that lib has moved his code over to github now and released v0.5 last fall -- might be good to get that in there!

https://github.com/webkitdotnet/webkitdotnet

I think the one thing that I did to change his code was add this: https://github.com/davejohnson/webkit-dot-net/blob/master/WebKitBrowser/WebKitBrowser.cs#L716

... maybe he has that in his v0.5 code now.

davejohnson avatar Feb 26 '11 00:02 davejohnson