https://x.thunkable.com/projects/61c2bb8e8317fe001128aa1e/f4158f4a-fb65-4505-b5d2-5260bfd0a6aa/designer
For the link here I am getting this error while testing on iOS
Below is the screenshot when I click on satellite this is what I get. What could be the solution?
Steps I did -
Cleared cache of browser (Chrome latest software)
Cleared cache of iPhone
Restarted the devices
Still not working. Can someone suggest please?
2 Likes
muneer
December 22, 2021, 8:26am
2
The problem is from the Map
component in the page. You need an API key to make it function.
API key is already added.
muneer
December 22, 2021, 10:37am
5
vijay.sehgal4x:
API key
I meant the key for Google Map . See this
[Edit]
The above is not the only problem with your app but is the source of the crash.
You have other issues such as you are using two different type of variable assignment that do not relate to each other.
This
does not equal to this
The third issue is that the Latitude and Longitude
of the Map
component expects a number not a text.
It was working on Android. Default Google map is used without keys. Not working on iOS. Main location is being fetched from this API shown in the image.
1 Like
muneer
December 22, 2021, 10:54am
7
vijay.sehgal4x:
was working on Android
It shouldn’t work in Android as well as iOS.
system
Closed
March 22, 2022, 12:50pm
9
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.