We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"@capacitor/google-maps": "^5.4.1"
💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 6.0.0 @capacitor/core: 6.0.0 @capacitor/android: 6.0.0 @capacitor/ios: 6.0.0 Installed Dependencies: @capacitor/android: not installed @capacitor/cli: 5.0.4 @capacitor/ios: 5.0.4 @capacitor/core: 5.7.0
IOS
The app doesn't crash but only a white map is created. There is no google maps logo visible and otherwise there are no further error logs.
Map should render.
code.zip
ionic cap add ios
npm install
add google API key to google-maps component file src/app/core/map/components/google-map/google-map.component.ts
ionic capacitor build ios
open xcode
download ios 15
create emulator SE(1) with IOS 15
run app or
run against an older iphone
Maybe this is a similar issue to this one: #1319 or this one: #980
The text was updated successfully, but these errors were encountered:
Facing the exact same issue.
Sorry, something went wrong.
same problem here
No branches or pull requests
Bug Report
Plugin(s)
Capacitor Version
Platform(s)
IOS
Current Behavior
The app doesn't crash but only a white map is created. There is no google maps logo visible and otherwise there are no further error logs.
Expected Behavior
Map should render.
Code Reproduction
code.zip
ionic cap add ios
npm install
add google API key to google-maps component file src/app/core/map/components/google-map/google-map.component.ts
ionic capacitor build ios
open xcode
download ios 15
create emulator SE(1) with IOS 15
run app
or
run against an older iphone
Other Technical Details
Additional Context
Maybe this is a similar issue to this one: #1319 or this one: #980
The text was updated successfully, but these errors were encountered: