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

Enable listening for touch events above the player #992

Merged
merged 10 commits into from
Feb 7, 2014

Commits on Feb 5, 2014

  1. Fix touch events.

    Make components listen to touch events themselves.
    Components can have a "listenToTouchMove" property that would report
    user activity on touch moves.
    Currently, the only problem left is that the MediaTechController emits
    tap events to show/hide the controlbar but that causes the control bar
    to not be hidden via a tap.
    gkatsev committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    07cd980 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. remove unused var

    gkatsev committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    4b254a0 View commit details
    Browse the repository at this point in the history
  2. stop immediate propagation on tap events

    Make media tech controller only hide control bar.
    gkatsev committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    a7d624a View commit details
    Browse the repository at this point in the history
  3. enableUserActivity on component

    disableUserActivity on MediaTechController and Player.
    MediaTechController does it manually.
    gkatsev committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    26c8d3f View commit details
    Browse the repository at this point in the history
  4. Remove listenToTouchMove.

    gkatsev committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    e529484 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44d6cac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d2267c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75a2313 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9975ed4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28a4d29 View commit details
    Browse the repository at this point in the history