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
error in console Chrome when slide on devTools mobile ([Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.)
#285
Open
blinkmee opened this issue
Jun 14, 2019
· 3 comments
Hey guys and possibly girls. I wanted to drop a note here on the issues it turned out that it's quite easily fixable. You just need to add to your main slide container touch-action: pan-left; or touch-action: pan-right; depending on your setup. This is a Chrome thing. I hope this was helpful.
Edit: the correct CSS is touch-action: pan-x pan-y;
Hello everyone,
I'm having an error when i use the slideOut. Much i slide, much i have the issue...
Here's the text of the issue in console chrome :
Unable to preventDefault inside passive event listener due to target being treated as passive
To reproduce the issue : when you toggle mobile device in devtool chrome and you slide, it appears.
my chrome version is : Version 75.0.3770.80 (Build officiel) (64 bits)
Thanks for reading ;-)
The text was updated successfully, but these errors were encountered: