-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xhr-polling doesnt work on embedded webviews (phonegap, cordova) #1025
Comments
Oh so setting |
If you can get me some more debugging information that would be great. |
ok, turns out socket.io assumes that if
|
* it assumes that only if CORS is not supported as well ( |
if you restrict the transports (on both server and client settings) to ['websocket', 'xhr-polling'] then embedded webviews using socket.io won't be able to connect and will emit the connect_failed event
The text was updated successfully, but these errors were encountered: