Hello. I have been stuck for weeks on this simple issue - please help!
As per Jonatan’s Uber tutorial, I have the following arrangement:
PAGE> on load = get geolocation> callback “success” = start geocoding> input vars = geolocation lat & geolocation long> callback “success” = modify control> data to send = geocoding formattedaddress> element = textfield> writable property to update = “text”
It doesn’t work! sometimes the text to be modified simply disappears. Other times the text is successfully modified, but instead of the “formatted address” the ENTIRE STRING of location information appears (i.e. it is NOT formatted).
Please advise