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
When ever I initiate Swiper with mousewheel always Get "Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive."
Though default passiveListeners is true I do explicitly set & still getting above warning. Are there any plans to support passiveListener for mousewheel ?
var mySwiper = new Swiper('.swiper-container', { mousewheel: true });
This is impacting our page score will be nice to add it.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
When ever I initiate Swiper with mousewheel always Get "Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive."
Though default passiveListeners is true I do explicitly set & still getting above warning. Are there any plans to support passiveListener for mousewheel ?
var mySwiper = new Swiper('.swiper-container', { mousewheel: true });
This is impacting our page score will be nice to add it.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions