mhirdes / go_maps_ext

Google Maps Extension for TYPO3
MIT License
21 stars 31 forks source link

Map is not draggable #95

Closed Rinxiao closed 1 year ago

Rinxiao commented 2 years ago

Extension Version: 4.2.0 TYPO3 Version: 10.4.30

Even though it is checked in the map data record, the map on the frontend is no longer draggable after updating to version 4.2.0.

mhirdes commented 2 years ago

Please take a look at your map record. If the scroll zoom is disabled, also the dragging is disabled. Since 2017 there is only a setting available for gesture handling in Google Maps. https://developers.google.com/maps/documentation/javascript/interaction

In furthure version I will find a better way to descripe this behaviour in the backend.

Rinxiao commented 2 years ago

Thanks for the fast reply! You're right. The map is draggable in this version when I enable scroll zoom in the backend. The scroll zoom in the frontend is disabled, though. I don't think the scroll zoom improves the user experience, thus it's ok for me. But it's really confusing. As you mentioned, a better description in the future would sort that out.

What I don't understand is how both behaviors worked as they are described in version 4.1.0. Furthermore, following the link you posted, these are still adjustable separately. At least I can (1) pan and scroll zoom, (2) only pan or (3) neither of them.