Esri / dojo-bootstrap-map-js

Samples for how to use the Esri ArcGIS API for JavaScript w/ Bootstap via Dojo-bootstrap
Apache License 2.0
71 stars 83 forks source link

Don't use dojo/touch #74

Closed tomwayson closed 9 years ago

tomwayson commented 9 years ago

The nav menu uses touch.press, which emulates mousdown/touchstart when what we want to handle is click. This should eliminate the need to call _hideDropdownNav() in all the event handlers.