graphhopper / graphhopper-maps

GraphHopper Maps - Open Source Route Planner UI
https://graphhopper.com/maps/
Apache License 2.0
94 stars 34 forks source link

no onblur for smallscreen #354

Closed karussell closed 1 year ago

karussell commented 1 year ago

This fixes the second issue mentioned in #351 for small screens. Try here.

There might be a more general approach but I'm unsure if it is a robust solution for all devices and situations. It tries to get rid of special touch handling and with that we can rely on the browser "touch-events-to-onclick" conversion for touch devices. (Try here.)