what is the event listener wheel for phone?
question, what is the event listener "wheel" for phone? Was wondering why the phone dosen't scroll is because it dosen't have a mouse wheel XDDDDDDDDDDDD
I'm using the wheel event listener for delta however I can't do that with the phone since the phone dosen't have a mouse wheel XD
4 Replies
Also the page dosen't scroll without the wheel event listener in case that matters for phone scrolling
Using Touch Events - Web APIs | MDN
Today, most Web content is designed for keyboard and mouse input. However, devices with touch screens (especially portable devices) are mainstream and Web applications can either directly process touch-based input by using Touch Events or the application can use interpreted mouse events for the application input. A disadvantage to using mouse ev...
Thankyou, found it.
Great 😃👍