Support for gestureHandling
See original GitHub issue- Thanks for this awesome project!
- Google Maps now have a partly awesome, partly annoying feature where you may need to use two fingers to scroll the map on mobile devices, see https://developers.google.com/maps/documentation/javascript/interaction#gesture-handling
Please consider adding this options to the react-google-maps
API.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Cooperative Gesture Handling | Maps JavaScript API
This example uses the cooperative value for the gestureHandling option to control the panning and scrolling behavior of a map when viewed on...
Read more >Gesture Handling | WordPress.org
I am trying to use a Google Maps-like Gesture function in order to have better handling on smartphones.
Read more >Refine Gesture Handling Configure with Options - Drupal
Problem/Motivation Currently we only support simple on/off for GestureHandling support, but missing support for its configuration options ...
Read more >Controlling Zoom and Pan needs to be activated Desktop ...
All Google Maps have on Desktop and Mobile Gesture handling ... Welcome to Google Maps Community Support Forum & thanks for your post....
Read more >Maps - gestureHandling and zoomControl settings in ...
Would be nice to have MapSettings for gestureHandling and ... version (which will be released in December), we've added support for the Map....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For posterity: I can just pass
options={{gestureHandling: 'greedy'}}
to the map (I didn’t know aboutoptions
) so all’s good.If I push that change it will probably break other features that I don’t use. Sorry.