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": "^6.0.1",
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2 @capacitor/core: 6.1.2 @capacitor/android: 6.1.2 @capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/android: not installed @capacitor/cli: 6.1.2 @capacitor/core: 6.1.2 @capacitor/ios: 6.1.2
[success] iOS looking great! 👌
IOS
after changing the ios version 14.0 and runing test in ios 18
load google map in ios
https://github.com/Aksoom-Hussain/ionic-vue-capacitor-6-google-maps-issue-report
The text was updated successfully, but these errors were encountered:
The issue probably is here
<capacitor-google-map ref="mapRef" style="display: inline-block; width: 100vw; height: 86vh" > </capacitor-google-map>
As per the documentation the map needs to have fixed width and height.
Sorry, something went wrong.
No branches or pull requests
Bug Report
Plugin(s)
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/android: not installed
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/ios: 6.1.2
[success] iOS looking great! 👌
Platform(s)
IOS
Current Behavior
after changing the ios version 14.0 and runing test in ios 18
Expected Behavior
load google map in ios
Code Reproduction
https://github.com/Aksoom-Hussain/ionic-vue-capacitor-6-google-maps-issue-report
The text was updated successfully, but these errors were encountered: