Hello!
I have made a game (a quiz) to put on a website.
I'd like users to be able to scroll past the game, and read stuff below.
I works fine when using the mouse wheel on a pc, but I can’t scroll past the game when using a mobile device.
The game seems to hijack the touch-scrolling function.
Check the test here
Can I code the website so the game will not hijack touch-scrolling from the browser?