You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
There is a problem using Mapy.cz API map on mobile phones. If you pan up inside the map the web also scrolls, making it unusable. Zoom gesture also affects the map and the page at the same time.
Edit: You can solve yourself this by adding CSS touch-action: none; on a parent element of the map.
There is a problem using Mapy.cz API map on mobile phones. If you pan up inside the map the web also scrolls, making it unusable. Zoom gesture also affects the map and the page at the same time.
Edit: You can solve yourself this by adding CSS
touch-action: none;on a parent element of the map.