Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: if play is delayed till loadstart, call load #5822

Merged
merged 3 commits into from
Mar 18, 2019
Merged

Commits on Feb 26, 2019

  1. fix: if play is delayed till loadstart, call load

    In Safari, if we call play early and we are going to be waiting till
    loadstart, it's possible this will take too long for the user activition
    flag to still be available. In this case, we should call load() on the
    player to prime the video element so for when loadstart happens.
    gkatsev committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    3bacfe8 View commit details
    Browse the repository at this point in the history
  2. add load to tech faker

    gkatsev committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    1abb270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db222e1 View commit details
    Browse the repository at this point in the history