-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google map not showing in iPhone - Empty page with Google text in bottom of the screen #9
Comments
Facing the same issue. |
I was facing the same issue and found that it's a common failure mode if the API key is invalid. Generating a new API key that is limited to iOS devices and allow-listed for the correct app bundle identifier fixed the issue. Note that the same issue appears on Android if an unauthorised API key is set up in |
Having the same issue on iOS. It is displaying the markers and the "Google" label in left bottom angle but no actual maps content is displayed. |
I am able to fix this by passing iOS key in apiKey parameter, I was using javascript key earlier which was causing this issue.
|
@divyesh-savaliya what versio fo the plugin are you using? |
As in filter Maps SDK for iOS is not shown, you need to enable it on google console. |
@divyesh-savaliya that's it, thanks! I had not enabled Map SDK for iOS. Now it works. |
Bug Report
Google map not showing in iPhone - Empty page with Google text in bottom of the screen
Plugin(s)
"@capacitor/core": "6.0.0",
"@capacitor/google-maps": "^5.4.1",
"@capacitor/ios": "^6.0.0"
Capacitor Version
Platform(s)
Currently i tried with Iphone 13
Current Behavior
Empty page with Google text in bottom of the screen
Expected Behavior
I want to display google map
Code Reproduction
Other Technical Details
Additional Context
I tried with web and Android it's working fine
The text was updated successfully, but these errors were encountered: