Skip to content
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

white screen, unable to load google map in ios 18 #52

Open
Aksoom-Hussain opened this issue Oct 14, 2024 · 1 comment
Open

white screen, unable to load google map in ios 18 #52

Aksoom-Hussain opened this issue Oct 14, 2024 · 1 comment
Labels

Comments

@Aksoom-Hussain
Copy link

Bug Report

Plugin(s)

"@capacitor/google-maps": "^6.0.1",

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

@ionitron-bot ionitron-bot bot added the triage label Oct 14, 2024
@yiannis-spyridakis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants