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
We're using react-player for a sport website. We have playlists of actions that we can navigate through with keybinds and that are played in the video player. When we click any buttons on the player, the focus is set to this button and we cannot use our keybinds to navigate. For example : i'm clicking full screen and want to skip to the next action with "K", it doesn't work because the focus is on the fullscreen button. I have to click on the player to unfocus then use my keybind.
Expected Behavior
I want to be able to use my keybinds after clicking a button on the player without having to click on the player to unfocus.
Environment
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Current Behavior
We're using react-player for a sport website. We have playlists of actions that we can navigate through with keybinds and that are played in the video player. When we click any buttons on the player, the focus is set to this button and we cannot use our keybinds to navigate. For example : i'm clicking full screen and want to skip to the next action with "K", it doesn't work because the focus is on the fullscreen button. I have to click on the player to unfocus then use my keybind.
Expected Behavior
I want to be able to use my keybinds after clicking a button on the player without having to click on the player to unfocus.
Environment
The text was updated successfully, but these errors were encountered: