Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.
Apache License 2.0
41 stars 24 forks source link

Running App in browser on iOS device, when dragging list, app treats touch-down as a tap. #3

Open esreli opened 5 years ago

esreli commented 5 years ago

The UI treats a tap-drag as a tap gesture when trying to drag the list of nearby places.

click-drag

This behavior is reported using:

iPhone XR iOS 12.0 Simulator in Safari iPhone XS iOS 12.0 Safari iPhone XS iOS 12.0 Chrome

odoe commented 5 years ago

I tried to address this issue, but I think it should be ok. Dragging doesn't seem to switch to the map, it's more of a UI issue. But if you see something different let me.

esreli commented 5 years ago

@odoe you're correct, dragging does not switch to the map. I filed this issue because it felt to be a strange UI that the cell was lighting up.