HELP! web.got text not getting triggered

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.

Hi Ramandeep,

I’ve tested and it’s working,


Add a block to see the errors and see if it tells you anything.

Hey, Thanks a lot for the response.

I figured it out, I’d checked Save response in web common properties and had pasted a static URL in the URL property. I’ve removed both and it started working.
Wondering even chatGpt and gemini wasn’t able to figure out that well.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.