Skip to content
Discussion options

You must be logged in to vote

I found the issue, this code in index.html swallows the wheel events

        window.addEventListener("wheel", function(event)
        {
            // Prevent Mousewheel scrolling the outer page
            // when running inside an iframe. e.g: itch.io embedding.
            event.preventDefault();
        }, { passive: false });

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tokter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant