I have a map with events associated with "click" that get fired when using mouse but if I use the touch screen they don't example
map.on("click", () => console.log("blarg")
blarg gets logged if I click on the map with a mouse but does not if I touch the map with a touchscreen. This is on a windows computer and in an electron app (latest version of mapboxgl-js)