Does SignalR work on mobile devices ?
I’ve only found this Does SignalR work on Mobile
However there’s no real answer there – one of the replys refers to web-socket support however SignalR is supposed to revert to long polling if web-sockets aren’t supported.
Has any one used this in a real cross platform application ?
We have built an application which runs on:
Win 7
Win 8
OSX
iOS5 (IPhone 4, IPad 2)
iOS6 (IPhone 4/5, IPad 2, new IPad)
Android Froyo – Android current
Windows Phone 7
SignalR works on all very well and will use the best transport for that device/OS/browser. The only problems I have seen are when using Opera browser.
If you have any issues with building a cross platform/browser app let me know as I have seen all sorts of crazy bugs!