brightcove / videojs-thumbnails

A video.js plugin that displays thumbnail images over the scrubber.
Other
168 stars 97 forks source link

Add Touch Support #15

Closed gkatsev closed 10 years ago

gkatsev commented 10 years ago

This means listening for touchmove and moving the thumbnail based on that. Also, hiding thumbnail on touchcancel or touchend. In addition, we change the thumbnail opacicty to 1 on :active, rather than just :hover.

gkatsev commented 10 years ago

Looks like while this works on ipad, it doesn't work on android. Yet.

gkatsev commented 10 years ago

Got Android to work. It requires a workaround for :active selector. Also, changed getting pageX from changedTouches if available, since android only has values there.