cordova - SignalR working in browser not in app -
i have app uses signalr when try in browser works properly. of course connection absolute urlץ
when deploy app android device doesn't work. connected chrome remote debug app's webview , can see network tab.
the negotiation working , can see result besides nothing works.
i assume might permission\configuration issue since works on browser.
which steps should take make work?
so managed make work. since i'm doing cross-domain communication using jsonp wanted same signalr.
in browser worked when compiled apk , ran on device didn't work.
changing signalr use cors , not jsnop solved issue.
Comments
Post a Comment