We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isPlaying()
Have I got it right that isPlaying() returns true when paused on desktop, but false on the other backends?
I discovered this when I was testing pause functionality and couldn't get the pause status out of the desktop video player.
The text was updated successfully, but these errors were encountered:
Hmm yeah, that shouldn't be. I think the easiest way is to change it to playing && !paused
playing && !paused
Sorry, something went wrong.
Changed in f3567a0
No branches or pull requests
Have I got it right that
isPlaying()
returns true when paused on desktop, but false on the other backends?I discovered this when I was testing pause functionality and couldn't get the pause status out of the desktop video player.
The text was updated successfully, but these errors were encountered: