You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This phenomenon happens in all releases, including the online demos.
When we call the method hideUI() of the ui controls, it hides the main UI but not any menu that was opened by that UI.
I tried also the hideSettingsMenu as documented in
Some bug seems to be related. When I send the hideUI() to an iOS, the controls are not being hidden for some reason. And in Android, in some cases either is not hidden. I imagine for some reason one of the conditions is triggering. Maybe the hideUI should trigger no matter what if called (unless the video is paused or stop, or in those states where displaying the controls must actually be prioritized)
I confirm, the programmatic hide UI only works for desktop.
When in mobile, it is not working. Maybe some of the conditions, like detecting a touch event or something, are fired, but it does not hide the UI. UI hides after some seconds with no interaction, even if we send the event to hide
This phenomenon happens in all releases, including the online demos.
When we call the method
hideUI()
of the ui controls, it hides the main UI but not any menu that was opened by that UI.I tried also the hideSettingsMenu as documented in
https://github.com/shaka-project/shaka-player/blob/main/ui/controls.js
But it does not do the trick. So currently I think (unless I am missing something) there is no programmatic way of truly hiding the entire UI.
The text was updated successfully, but these errors were encountered: