Keyboard controls not working in fullscreen #8688
Labels
component: UI
The issue involves the Shaka Player UI
status: waiting on response
Waiting on a response from the reporter(s) of the issue
type: question
A question from the community
I'm using the following code and I'd like to know what I need to do so that when I enter full screen mode, the keyboard controls work properly, for example, using the arrow keys to seek forward or backward, and the spacebar to pause and resume playback. I'm already using the "F" key to toggle full screen, which works fine, but with this current setup, none of the keyboard controls work unless I first click on the progress bar, which I find quite annoying. Any suggestions would be greatly appreciated. Thank you.
`
<script src="//v4-15-00-dot-shaka-player-demo.appspot.com/dist/shaka-player.ui.js"></script>
<style>html, body, video {margin: 0; padding: 0; width: 100%; height: 100%; background: #000;}</style>
The text was updated successfully, but these errors were encountered: