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
Tapping anywhere on the video should pause the video (the same it does on the desktop when you click anywhere on the video)
Actual Behavior
Tapping anywhere on the video does absolutely nothing
Steps to Reproduce
Browse a page that renders an <iframe and through player.js tapping on the video nothing happens. Then browse the same page and clicking on the video pauses the video and triggers the paused event as needed.
Even if you want a different behavior, please add an option so it is configurable (not to do anything like now, or to pause the video like on the desktop)
This is a show stopper because the user must interact first with the iframe through a click - but there is no event knowing when he does so. Therefore, on pause it was a cool trick to know he was actually clicking (tapping) anywhere, which would cause the video to pause.
Thank you
The text was updated successfully, but these errors were encountered:
Expected Behavior
Tapping anywhere on the video should pause the video (the same it does on the desktop when you click anywhere on the video)
Actual Behavior
Tapping anywhere on the video does absolutely nothing
Steps to Reproduce
Browse a page that renders an <iframe and through player.js tapping on the video nothing happens. Then browse the same page and clicking on the video pauses the video and triggers the
paused event
as needed.This is the correct code:
This is the actual code
Of course, the code is from the minified file.
In the method
Even if you want a different behavior, please add an option so it is configurable (not to do anything like now, or to pause the video like on the desktop)
This is a show stopper because the user must interact first with the iframe through a click - but there is no event knowing when he does so. Therefore, on
pause
it was a cool trick to know he was actually clicking (tapping) anywhere, which would cause the video to pause.Thank you
The text was updated successfully, but these errors were encountered: