Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gesture Handling Cooperative #483

Open
rubenhr opened this issue Oct 4, 2021 · 2 comments
Open

Gesture Handling Cooperative #483

rubenhr opened this issue Oct 4, 2021 · 2 comments

Comments

@rubenhr
Copy link

rubenhr commented Oct 4, 2021

I want to see if there's an option to set the gestureHandling option. I have an issue where I need to use two fingers to scroll over the map and single finger for scroll over the screen.

If someone already was able to use two finger scrolling on this, please let me know how to make it work.

Regards

@rubenhr
Copy link
Author

rubenhr commented Jan 4, 2022

Is this plugin still being supported?

@nickolanack
Copy link

There is no option available within this library or within the google maps sdks for ios or for android that would enable two finger scrolling (there is two finger rotation).
You could possibly disable map scrolling/panning altogether, and programatically scroll/pan on your own two finger gesture recognizer

https://developers.google.com/android/reference/com/google/android/gms/maps/UiSettings
https://developers.google.com/maps/documentation/ios-sdk/reference/interface_g_m_s_u_i_settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants