Mobile touch event is missed in new update
See original GitHub issue#350 broke using mobile to interact with the autocomplete. Downgrading to 0.1.10
fixed it for me.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Touchevents missing? · Issue #7752 · Leaflet/Leaflet
I created a very minimalistic example without any librarys and added touch & mouse events to a DOM element. The touchevents fired much...
Read more >Android misses touch events
Hi, I'm currently testing multi-touch on different devices and have stumbled upon a problem. It seems that a couple of events gets lost ......
Read more >touchend event doesn't work on Android
For anyone trying to figure out why touchend events are missing on Android v3 and v4 (maybe also v2.3), there is a long...
Read more >Touch events - Web APIs - MDN Web Docs - Mozilla
When a touchstart event occurs, indicating that a new touch on the surface has occurred, the handleStart() function below is called. function ...
Read more >Touch event api dissapeared from chrome 78
There was an update at some point to the Chrome browser that forced us to have to go in and set that Touch...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The
click
event also trigger on mobile devices. https://developer.mozilla.org/en-US/docs/Web/API/Element/click_eventIt works fine in my environment. This is a screencast confirmed to work on iOS devices in BrowserStack.
click
only fires with a mouse or pointer like device, so it’s definitely the culprit.