Newbie to NativeScript. I'm working on my first http request, and the request gets "stalled". That's the message in the network tab of the Chrome console when I launch "tns debug android".
The request works in the emulator's browser. The request works in my Angular Web project. The request works when I double-click on the request line in the network tabs.
Could it be some kind of permissions error. In the AndroidManifest I have both:
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Any help would be greatly appreciated.
http://google.comfor instance?