network.request stalling on Android

I have an application that uses the network.request function, but I am finding that while there seems to be no problem using this on iOS or the simulator, for some reason Android devices are not responding when this is called. 

Any suggestions?

Do you have the internet permission in your build.settings file?

Internet permission is allowed in my build.settings file. Also, fyi, the Android devices that I am testing on are using Android 4.3 (not sure if that is especially relevant).

Ok. So when you make a network request, are you getting anything back from your listener?

Could you post up an example of a network request that you are making?

Cheers.

Do you have the internet permission in your build.settings file?

Internet permission is allowed in my build.settings file. Also, fyi, the Android devices that I am testing on are using Android 4.3 (not sure if that is especially relevant).

Ok. So when you make a network request, are you getting anything back from your listener?

Could you post up an example of a network request that you are making?

Cheers.