Reputation: 760
I have developed a mobile chat application using phonegap, jQuerymobile, nodejs(socket.io) . It is working good in android and iphone without any code modification. Now client wants the same to be ported to Windows Mobile Phone 7.I changed some code to make it work on Windows Mobile phone. Every functionality is working well except socket.io . And in http://socket.io#browser-support , There is no Windows mobile in their supporting platform list (as in attached) . Please help me out ...
Upvotes: 3
Views: 1936
Reputation: 2727
Although Internet Explorer on Windows Phone 7.5/7.8 is based on IE9, it doesn't have all of its features - unfortunately, WebSockets are not supported.
To confirm this, I ran the Windows Phone 7 and Windows Phone 8 emulators and directed Internet Explorer to http://html5demos.com/web-socket.
WP7 (IE9) showed 'Sockets not supported' and Windows Phone 8 (IE10) showed 'Socket open'.
Upvotes: 1