I am working on a phonegap app / crosswalk / ionic app - and on android device some queries get stalled in the websocket negotiation phase without any apparent reason! I just hit the device back button to see some requests get cancelled in the console log and then the rest loads!
Question: what could cause requests to stall at 101 / websocket neogtiation phase. Only some requests stall - others work well - and this is only on android 4.4 - on chrome / mac it works well.
On the same network same app built for iOS works without any network issues.
What could I test to find out what is wrong?
Thanks