Unity-Technologies / furioos-sdk-js

Furioos SDK for JavaScript
30 stars 14 forks source link

Fullscreen focus method #44

Open timo9000 opened 3 years ago

timo9000 commented 3 years ago

I'm trying to fullscreen the container rather than use the maximize method. We are triggering from outside the app that contains other media so we need to fullscreen a parent iframe.

On OSX Safari, the keyboard controls don't register with the embed unless you click off and then click back on. Is there a way to force focus on the furioos player? Perhaps a focus method would help we can trigger from outside? Because of cross-domain issues, I can't target the element directly.