You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
I know this is an old issue but with all results iv seen, i've tried to replicate and have completely failed.
The map does not load at all. All i see is a blank screen.
I have implemented every solution i've come across;
Changed api keys multiple of times.
Omitted Maps Javascript Api.
Set individual keys for Maps SDK for android and ios.
Removed and reinstalled the plugin with ionic cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="android_api_key" --variable API_KEY_FOR_IOS="ios_api_key" and npm install @ionic-native/google-maps
Created a new fresh build.
Added preferences in the config.xml preference name="GOOGLE_MAPS_ANDROID_API_KEY" value="(android_api_key)" and preference name="GOOGLE_MAPS_IOS_API_KEY" value="(ios_api_key)"
Stripped the code down to just a simple map display in case something i newly added caused this behavior.
putting map_canvas div outside of the ion-content
swapping loadMap() between the constructor, ngOnInit and IonViewDidEnter.
I have no errors in either the console or logcat.
Funny thing is it was working properly a couple of weeks back but on reopening now, its just blank.
Please help!! thank you in advance
Expected behavior:
The map should be visible
Screen capture or video record:
Related code, data or error log (please format your code or data):
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)Current behavior:
I know this is an old issue but with all results iv seen, i've tried to replicate and have completely failed.
The map does not load at all. All i see is a blank screen.
I have implemented every solution i've come across;
I have no errors in either the console or logcat.
Funny thing is it was working properly a couple of weeks back but on reopening now, its just blank.
Please help!! thank you in advance
Expected behavior:
The map should be visible
Screen capture or video record:
Related code, data or error log (please format your code or data):
map.page.html
map.page.scss
map.page.ts
Github repo link
Support this plugin activity
I appreicate if you give me a beer 🍺 from here
The text was updated successfully, but these errors were encountered: