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
Describe the bug
the player events like onPause and onPlay does not trigger anything, I tried to run such events on the provided stackblitz link provided in your README here https://stackblitz.com/edit/react-fpmwns?file=src%2FApp.js and still nothing happens To Reproduce
Steps to reproduce the behavior:
Hey, @amrtaher1234 thanks for the report,
Plyr ecosystem overrides the actual video playing system, so the actual HTMLMediaElement won't work as expected.
You can use plyr [Standard Media Events](use https://github.com/sampotts/plyr#standard-media-events) instead.
take a look at our examples in the examples directory
and make sure you are using the latest release for your convention, the stackblitz you sent used the previous version.
We will change the link in the doc in near future, and all PRs are welcomed :)
Describe the bug
the player events like
onPause
andonPlay
does not trigger anything, I tried to run such events on the provided stackblitz link provided in your README here https://stackblitz.com/edit/react-fpmwns?file=src%2FApp.js and still nothing happensTo Reproduce
Steps to reproduce the behavior:
<Plyr/>
an event like :Expected behavior
The events should trigger the callbacks provided to them
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: