Im using jQuery to create an interactive map. If you click on any of the 6 locations to the left of the map, the map will pan to them and a label with their name appears by
Changing the event listener "click" to "click touchstart" fixed this.