FaceSlim icon indicating copy to clipboard operation
FaceSlim copied to clipboard

Fullscreen to play videos on Amazon devices

Open LiliWeiSE opened this issue 7 years ago • 2 comments

Hi,

When entering fullscreen mode, FaceSlim uses setSystemUIVisibility, hide nav bar, hide status bar and set to immersive mode. Immersive mode is not supported on amazon devices and any interactions to the app will bring the bars back.

I found the discussion on Amazon Developers https://forums.developer.amazon.com/questions/14224/immersive-mode.html

One way to implement full screen on Amazon devices may be set the window flags with FULL_SCREEN in highSystemUI and clear the flags in showSystemUI?

Thanks!

LiliWeiSE avatar Feb 23 '18 12:02 LiliWeiSE

Thanks. Maybe you want to contribute? :)

I'm a little bit busy at the moment so I'm not really doing much with the project recently.

pt., 23 lut 2018, 13:20 użytkownik Frank [email protected] napisał:

Hi,

When entering fullscreen mode, FaceSlim uses setSystemUIVisibility, hide nav bar, hide status bar and set to immersive mode. Immersive mode is not supported on amazon devices and any interactions to the app will bring the bars back.

I found the discussion on Amazon Developers https://forums.developer.amazon.com/questions/14224/immersive-mode.html

One way to implement full screen on Amazon devices may be set the window flags with FULL_SCREEN in highSystemUI and clear the flags in showSystemUI ?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/indywidualny/FaceSlim/issues/319, or mute the thread https://github.com/notifications/unsubscribe-auth/AI69sOs8zjs7tz_gecNNnGJuhYBTU_SXks5tXqz3gaJpZM4SQzbf .

--

Krzysztof Grabowski

indywidualny avatar Feb 23 '18 13:02 indywidualny

I may try to fix it and may submit a PR if I finished. Thanks for your reply!

LiliWeiSE avatar Feb 23 '18 13:02 LiliWeiSE