Google Map not showing anymore in devices ( iOS and Android)
Thanks Galyna.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Thanks Galyna.
Just saw your post solution "Workaround in case your app with Google Maps stopped " ...for Angular.
And it seems you are using a KEY.
Any solution for jQuery ?
Hello Joni,
Unfortunately, this is still to do.
Rest assured that I will insist on regular updates until we can get this issue resolved.
Hello Joni,
Please look at this topic for the workaround: https://getsatisfaction.com/apperyio/...
Map now shows at test page, but i am getting this error :
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
Hello Joni,
Could you please clarify do you get this message as error or as warning?
On a clean new Project the error does not happen...
If you insert a Appery Map Component together with the html code provide by Sergiy, the error occurs again..
I could not reference the Appery Map Component to this workaround.
For this workaround to work, we should have the code for initialize() that we are using ( from https://devcenter.appery.io/tutorials... ) change to use this solution.
Can you provide us with the code ?
or is there a way of passing the Appery Map Component to the workaround code, so we do have to change all our google map code ?
I change my code to use the workaround, but now i have a problem with the declaration bellow:
var directionsService = new google.maps.DirectionsService();
it gives the following error:
ReferenceError: Can't find variable: google
directionsService must be a global variable so other routines can access it.
Any idea how to declared it as global ?
I checked my apps today, and everything is back working normally, without the workaround.
The google map is displaying properly.