mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
99 stars 43 forks source link

Player.fullscreen() & Mouse #21

Closed jorgitoml closed 8 years ago

jorgitoml commented 8 years ago

Hi, I have a scene with a player in full-screen mode and several focusable elements in front of it. If the player is in window mode, I can focus these elements, but when the player is in full-screen mode, the mouse focus events are lost. Can you tell me what I'm doing wrong? Best regards.

mautilus commented 8 years ago

Probably only low z-index of these elements. It is good to have one player-sized div overlaying the player. It can capture all mouse/pointer clicks that will show snippet with Player controls (stop/ff/rew/...) and progress bar.

jorgitoml commented 8 years ago

I already tried incrementing the z-index without success. I'll try using an snippet. Thx!