Using in html body
overflow: hidden
I managed to control the scroll flow of a webpage. Is it possible to also prevent users Page Up, Page Down, Up and Down arrow keys from scroll functioning?
Using in html body
overflow: hidden
I managed to control the scroll flow of a webpage. Is it possible to also prevent users Page Up, Page Down, Up and Down arrow keys from scroll functioning?
37 - left 38 - up 39 - right 40 - down
DEMO: FIDDLE
This was my solution:
Use
preventDefault()
: