Capacitor google map plugin: remove popup that appears on mobile

Hi to everyone
I’ve installed capacitor/google-maps plugin on my ionic project.
On web, when a user click on a marker, anything happens. So I’ve implemented a sheet modal to appears.
The problem is that on Android when a user click on the marker, a little popup appears and I wanna remove it.

I’m not able to prevent the popup to open. there is a way to do it? I’ve searched on Google Maps Capacitor Plugin API | Capacitor Documentation but nothing found.

in the screen you can see the popup that I want to remove and my modal sheet
I don’t know which code I should provide to the question to help. Ask I will post it.