Page 2 of 3

Google Map not showing anymore in devices ( iOS and Android)

Posted: Thu Jun 23, 2016 4:28 pm
by Joni de Campos

Thanks Galyna.


Google Map not showing anymore in devices ( iOS and Android)

Posted: Thu Jun 23, 2016 8:43 pm
by Joni de Campos

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 ?


Google Map not showing anymore in devices ( iOS and Android)

Posted: Thu Jun 23, 2016 8:46 pm
by Galyna Abramovych

Hello Joni,

Unfortunately, this is still to do.
Rest assured that I will insist on regular updates until we can get this issue resolved.


Google Map not showing anymore in devices ( iOS and Android)

Posted: Fri Jun 24, 2016 11:41 am
by Serhii Kulibaba

Hello Joni,

Please look at this topic for the workaround: https://getsatisfaction.com/apperyio/...


Google Map not showing anymore in devices ( iOS and Android)

Posted: Fri Jun 24, 2016 3:03 pm
by Joni de Campos

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.


Google Map not showing anymore in devices ( iOS and Android)

Posted: Fri Jun 24, 2016 3:25 pm
by Evgene Karachevtsev

Hello Joni,

Could you please clarify do you get this message as error or as warning?


Google Map not showing anymore in devices ( iOS and Android)

Posted: Fri Jun 24, 2016 5:40 pm
by Joni de Campos

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 ?


Google Map not showing anymore in devices ( iOS and Android)

Posted: Fri Jun 24, 2016 6:25 pm
by Joni de Campos

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 ?


Google Map not showing anymore in devices ( iOS and Android)

Posted: Wed Jun 29, 2016 1:16 pm
by Joni de Campos

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 ?


Google Map not showing anymore in devices ( iOS and Android)

Posted: Wed Jun 29, 2016 9:56 pm
by Vic8132507

I checked my apps today, and everything is back working normally, without the workaround.

The google map is displaying properly.