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:
TO JS {“mode”:“native”}
To Native → CapacitorGoogleMaps create 67898842
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?