### Plugin(s)
@Capacitor/googlemaps
### Capacitor Version
> @capacitor/cli: 4.6.1
> @capacitor/android: 4.6.1
> @capacitor/core: 4.6.1
> @capacitor/ios: 4.6.1
### Platform(s)
IOS
### Problem
I recently upgraded to capacitor 4 & used @Capacitor/googlemaps instead of capacitor-community/google-maps
It works fine on android devices but i got an issue running it on IOS devices
it takes all the screen and hide all HTML elements on the page seems like its come over the webview itself.
as shown on the image:
as you can see both header & footer are gone away i searched a lot about that issue but i didn’t get any workaround or solution.
also if it will help i got on xcode debug that error direct after map creation :
2022-12-08 23:36:03.319063+0300 App[3647:1011396] [core] “Error returned from daemon: Error Domain=com.apple.accounts Code=7 “(null)””
after a while i confirmed that the map rendered on top of the webview.
If you can help with that thank you.