-
-
Notifications
You must be signed in to change notification settings - Fork 297
When going fullscreen, some events and properties don't work #33
Comments
Hi, would this piece
cause anything unexpected if I implement it? |
I never tested it so I'm not sure. Can I see the code? |
I didn't dig deep in source code. Just simply remove the following line in |
Without that line, |
Thanks for reminding, I'm using this event for getting the currentTime and updating a progress bar for the video. I must misunderstanding this 'inverting'. Any good solution to solve this requirement? |
Technically it's the right way, it fixes it in the fullscreen — but it's still required in the inline mode. To make it work, |
Thanks for the guide, I removed |
Events were restored in v2.2.0, but the properties are still not working. Moving that to #125 |
Possibly broken or misbehaving properties in native fullscreen:
paused
ended
muted
loop
playbackRate
Missing events in fullscreen:
ended
timeupdate
(this can be solved by inverting the current behavior inpreventEvent()
)seeking
andseeked
(not supported at all, currently)The text was updated successfully, but these errors were encountered: