question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
aki77commented, Jun 2, 2022

The click event also trigger on mobile devices. https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event

It works fine in my environment. This is a screencast confirmed to work on iOS devices in BrowserStack.

1reaction
MaxLeitercommented, Jun 2, 2022

click only fires with a mouse or pointer like device, so it’s definitely the culprit.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found