Make output window on web project NOT scrollable on mobile devices | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Make output window on web project NOT scrollable on mobile devices

I've created a web application that works fine on PC, but not on mobile. The app involves swiping/moving your finger/cursor across the screen. When I try swiping on my phone, it scrolls instead... I want only the "touchmove" event to be fired, not scroll. Is it possible to fix this in some way? Here is the code project: https://code.sololearn.com/WQ068bLkPn83

31st Aug 2022, 3:51 PM
EricMcDerrick
EricMcDerrick - avatar
1 Answer
0
It's a lot to explain but look .on binding
5th Sep 2022, 7:24 AM
Jason Kennedy