1 decade ago by fugufish
so I have the game canvas on a page with a vertical scrollbar.
the game uses the Left, Right , Up and Down arrow keys.
I used
and this prevented any vertical scrolling of the page. Perfect!
But it doesn't work on Opera 11. (Chrome,Safari and Firefox were ok.)
Any idea how to solve this?
the game uses the Left, Right , Up and Down arrow keys.
I used
ig.input.bind( ig.KEY.LEFT_ARROW, 'left' ); ig.input.bind( ig.KEY.RIGHT_ARROW, 'right' ); ig.input.bind( ig.KEY.UP_ARROW, 'up' ); ig.input.bind( ig.KEY.DOWN_ARROW, 'down' );
and this prevented any vertical scrolling of the page. Perfect!
But it doesn't work on Opera 11. (Chrome,Safari and Firefox were ok.)
Any idea how to solve this?