capacitor-community / google-maps

Capacitor Plugin using native Google Maps SDK for Android and iOS.
https://capacitor-community.github.io/google-maps/
MIT License
153 stars 64 forks source link

The map generates swipe events when I try to interact with an element above the map. #215

Closed oleksandrdevqube closed 1 year ago

oleksandrdevqube commented 1 year ago

Describe the bug When I move my finger on the swiper that is above the map, it generates a lot of events, because of this my swiper starts to freeze.

I want to create a slider that will ride on top of the map, but I'm having this problem that I mentioned above. Perhaps it is worth adding to the map the ability to exclude swipe events, etc.

Modal windows from Ionic also work with freezing.

Can you suggest some other solution to this problem?

It is also worth noting that I am making a version of the program only on Android, so this problem is on this platform.

Screenshots image image

tafelnl commented 1 year ago

You are most likely using @capacitor/google-maps. You are now in the @capacitor-community/google-maps repository.