Skip to main content
Participant
May 25, 2017
Question

MouseWheel in fullscreen mode

  • May 25, 2017
  • 6 replies
  • 715 views

There is a problem with mouse wheel event in fullscreen mode and Chrome browser.

Standard code such as stage.addEventListener(MouseEvent.MOUSE_WHEEL, onMouseWheel) doesn't work at all when you turn on fullscreen mode.

It seems to be broken in all chromium based browsers after they have been updated to latest versions.

Is there any way to fix it?

This topic is closed to new replies. Start a new post to keep the conversation going.

6 replies

kglad
Community Expert
Community Expert
May 26, 2017

are you using fullscreen mode or fullscreeninteractive mode?

Participant
May 26, 2017

fullscreeninteractive mode

kglad
Community Expert
Community Expert
May 26, 2017

did you edit your html to include:

<param name="allowFullScreenInteractive" value="true" />