You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the events do special handling, they're mapping to the browser events, so normally you would create the qrl separately and assign it to onDblTap$ as well.
Another thing Qwik doesn't do is change onChange to be onInput, like React does.
Which component is affected?
Qwik Runtime
Describe the bug
onDblClick$
event handler doesn't handle double tap, making it useless on mobile devices.on the other hand,
onClick$
handle clicks and taps.Reproduction
https://stackblitz.com/edit/github-vk5focuq?file=src%2Froutes%2Findex.tsx
Steps to reproduce
with the reproduction from stackblitz that I gave, open the preview in a new tab, and then:
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: