-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pause/play button in review step for iOS
It worked in other browsers only by coincidence. I assume that pausing the video in other browsers always causes a last `timeupdate`, which lead to a rerender. On Safari this doesn't happen, so we have to make sure that pausing/playing the video actually causes a rerender.
- Loading branch information
1 parent
ffa07f2
commit af44c8a
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters