I’m working on a basic Android app where users enter a city name into a TextBox
, click a Button
, and then the app should display that location on a Google Map
component. I’m using the Web
component for Geocoding.
The Problem: My Web.GotText
event is not firing at all, regardless of the URL I try to fetch. This means I’m not receiving any response from the web server.
For testing pupose, I’ve made the block shorter and only things required for testing in place.
Also, I’ve paste a test URL but that also doesn’t work at all. I can see then on button press, the click block is running but does not change the lable after works to “Inside got text”.
I’ve tried the same on android phone as well but still no response.