trailheadlabs / outerspatial-map-library

A Leaflet plugin built for use in OuterSpatial
https://www.trailheadlabs.com/labs/outerspatial-map-library/
Other
6 stars 1 forks source link

Map embedded in iframe within larger page causes page to scroll vertically when tapped for the first time #158

Closed nateirwin closed 6 years ago

nateirwin commented 6 years ago

https://github.com/Leaflet/Leaflet/issues/5392

One workaround is to turn off keyboard navigation, but this hurts accessibility: https://leafletjs.com/reference-1.3.0.html#map-keyboard. We may be able to selectively turn this off when a touch screen is detected, but this is notoriously difficult to detect for all the different devices.