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
I'm trying to call prevent_default on a touchstart event because I think might stop the vibration motor from buzzing when my Yew app is loaded and touched within an Android WebView.
Right now, Yew enforces passive event handlers for these three events:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to call
prevent_default
on atouchstart
event because I think might stop the vibration motor from buzzing when my Yew app is loaded and touched within an Android WebView.Right now, Yew enforces
passive
event handlers for these three events:yew/packages/yew/src/html/listener/events.rs
Lines 207 to 213 in dbdd3b7
Ideas
Beta Was this translation helpful? Give feedback.
All reactions