Google maps Capacitor not working with iOS

Im having an issue concerning the Google Maps Plugin (@capacitor/google-maps) with iOS. I followed the instructions in the Announcement .

Maps work perfectly with web browser but when trying to test on iOS - both simulator and physical device, map is not shown and the Xcode output is:

:zap: TO JS {“mode”:“native”}

:zap: To Native → CapacitorGoogleMaps create 67898842

:zap: TO JS undefined

I have tried all the standard solutions; e.g. setting <ion-content> background to transparent, disabling ``[fullscreen]=“true”` and adding CUSTOM_ELEMENTS_SCHEMA everywhere, but none of them works.

Did anyone manage to solve this issue?

1 Like