I have several scrolls in my project and since I updated to the new version it doesn’t let me scroll directly or it does it wrong. I get this warning by console. Does anyone know anything?
playcanvas.dbg.js?version=1.50.0:75197 [Violation] Added non-passive event listener to a scroll-blocking ‘touchmove’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
I’m making a mobile game and I’m interested in making a vertical scroll with the finger movement. But when I test it, it goes vertically and horizontally, also when I test it on mobile it doesn’t work correctly, I’ll show you some images of how it’s configured.