[V3] 'Play' event isn't called after unpausing
See original GitHub issueThe pause
event isn’t fired after resuming the player.
- Issue does not already exist
- Issue observed on https://plyr.io/beta
Expected behaviour
Firing of the play
event when playback is resumed.
Actual behaviour
The playing
event is fired instead.
Environment
- Browser: Chromium
- Version: 64
- Operating System: Windows
- Version: 10 (1607)
Players affected:
- HTML5 Video
- HTML5 Audio
- YouTube
- Vimeo
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
HTMLMediaElement: pause event - Web APIs | MDN
The pause event is sent when a request to pause an activity is handled and the activity has entered its paused state, most...
Read more >javascript - Is "pause" event called on any kind of audio stop?
The answer is that the pause event is only emitted after the pause() method is called or BEFORE an ended or seeking event....
Read more >Event dispatch bug around play/pause? Or am I just confused?
I've run into a problem trying to play a video from within a pause event handler. This may be a stupid thing to...
Read more >How to play/pause video using jQuery ? - GeeksforGeeks
Method 1: Using trigger() method: The trigger() method is used to execute a specified event and the default behavior of the event.
Read more >Changes to pause behavior in the Interactive Media Ads (IMA ...
When the SDK automatically pauses the ad, the PAUSED event will be fired. We recommend that publishers listen for this event, and update...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve fixed this in
v3.0.0-beta.16
which is on NPM and in releases 👍I confirmed this on https://plyr.io/beta after setting the source to a YouTube video.