dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 164 forks source link

Maps won't load on simulator if the app launched without launching gmaps app #427

Closed adel12790 closed 3 years ago

adel12790 commented 3 years ago

Hi, I have the plugin implemented into my app and it works normally, except in just one case.

If I created an android emulator for the first time and launched the app on it, the maps won't load.

I would have to open the google maps application first and then if I navigate back to my app and opened the page again, it will load.

is this a known issue? if it is, can it be fixed?

adel12790 commented 3 years ago

Turns out it was something in my implementation. Thanks.

liamcharmer commented 3 years ago

@adel12790 curious to know how you implemented this? What NativeScript version etc?