Hi,
How to hide controls on PREPARED (.bmpui-player-state-prepared) and show on Hover/Tap?
I tried in the conf:
playback: {
hideControls: true
},
But this has no effect.
Best,
Pete
Hi,
How to hide controls on PREPARED (.bmpui-player-state-prepared) and show on Hover/Tap?
I tried in the conf:
playback: {
hideControls: true
},
But this has no effect.
Best,
Pete
Hi Pete,
Looking at the playbackConfig documentation, there is no hideControls
property, hence I wouldn’t expect it to work
This can be configured where the UI components are put together. The relevant property is the hidePlayerStateExceptions
array. In the default UI, the player state Prepared
is included; if you remove that you should get your desired behavior.
See also this section for UI customization options in case you’re not familiar with it yet:
Hi Daniel,
I found the hideControl option somewhere in the documentation, but don’t find it anymore now.
But your instructions do help me. Many thanks.
Ah, could be that this property was present in older web player major versions (v6 or even older).
Glad my feedback helped, thanks for letting me know.
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.