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

Native controls updates #2499

Closed
wants to merge 8 commits into from

Commits on Aug 21, 2015

  1. Use native controls on iphone.

    Fixes videojs#2365.
    Also, wrap the trigger in a setTimeout. This is because otherwise, the
    player will never be able to hear this event since it happens in the
    constructor of the tech and the player adds listeners after the tech has
    been created.
    gkatsev committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    5d31bdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af6089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80c9ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28509f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf758f View commit details
    Browse the repository at this point in the history
  6. increase css specificity

    gkatsev committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    92a637a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    693ae2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9c0263 View commit details
    Browse the repository at this point in the history