Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Signalr javascript client works in all modern browsers on my PC. But its doesn't works in mobile. I am using signalr version 2.0.3. It produce the alert message 'undefined'.

My code is:

var chats = $.connection.myNewHub;
alert(chats);
Posted
Comments
CPallini 28-Jan-15 3:13am    
So?
lakshasri 28-Jan-15 3:27am    
Why the hub not connected on mobile devices
stibee 24-Feb-15 0:55am    
I use often signalr with mobile browser (on windows phone 8 or also Iphone 6) .... there is no problem

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900