I have a quite simple use case I’d like to prevent clicks from showing the controller player. I know there is a way of doing it on Media3 with media3View.useController = false and then setting it back to true when needed but I can’t find such feature on bitmovin.
I found this method the issue is that if users clicks on the player, the playerview is shown again. I’d like to prevent ui from showing even when user clicks on it
I don’t think we support this scenario out of the box.
We do have UiConfig.Disabled that allows you to disable the ui completely but this can no longer be changed after the creation of the PlayerView instance.
The only way I currently see how this can be achieved is