OvenPlayer
OvenPlayer copied to clipboard
Allow disable auto hide when showControls
Hi there 👋
I am working on a project where I would like the controls to stay open after another action is performed that calls showControls
. I suggest adding an additional optional argument that allows a consumer to disable autoHide when calling showControls
.
Usage would be:
showControls(true, true)
-> Show controls and don't auto hide.
showControls(true)
-> Show controls and auto hide.
I am happy to take feedback on this! Thank you for considering this.