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
Hi,
Google says "Does not use passive listeners to improve scrolling performance".
I need to add {passive: true} to "touchstart" and "touchmove" event.
The text was updated successfully, but these errors were encountered:
nekooee
changed the title
how to add {passive: true} for "touchstart" event??
please add {passive: true} for "touchstart" add "touchmove" event.
Nov 16, 2021
nekooee
changed the title
please add {passive: true} for "touchstart" add "touchmove" event.
please add {passive: true} for "touchstart" and "touchmove" event.
Nov 16, 2021
nekooee
changed the title
please add {passive: true} for "touchstart" and "touchmove" event.
please add {passive: true} for "touchstart" and "touchmove" and "touchend" events.
Nov 16, 2021
Hi,
Google says "Does not use passive listeners to improve scrolling performance".
I need to add {passive: true} to "touchstart" and "touchmove" event.
this code :
must be replaced with below code:
please help me
Thank you.
The text was updated successfully, but these errors were encountered: