#<div onTouchStart={handleTouch} />

2 messages · Page 1 of 1 (latest)

celest owl
#

I think we've discussed the possibility of something like <div onTouchStart:passive={...}> but nothing exists yet. You need to use a createEffect so you can call addEventListener manually.