Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Squashed commit of the following: commit 02fe7a4 Author: Gary Katsevman <[email protected]> Date: Tue Sep 23 14:15:08 2014 -0400 Feature detect old fullscreen instead of UA switch commit f3eccbb Author: Gary Katsevman <[email protected]> Date: Mon Sep 22 21:31:34 2014 -0400 No need for if since assume we're in fs commit 0498b10 Author: Gary Katsevman <[email protected]> Date: Mon Sep 22 21:28:10 2014 -0400 Revert "Don't trigget vjs's fullscreenchange event" This reverts commit cc45177. Conflicts: src/js/media/html5.js commit 1ed3085 Author: Gary Katsevman <[email protected]> Date: Wed Sep 17 12:00:29 2014 -0400 Listen via 'this.one'. Don't bother checking whether the video element is fullscreen but just assume we are fullscreen. commit 27e2707 Author: Gary Katsevman <[email protected]> Date: Tue Sep 16 18:12:36 2014 -0400 Use one for event binding. commit cc45177 Author: Gary Katsevman <[email protected]> Date: Mon Sep 15 17:28:46 2014 -0400 Don't trigget vjs's fullscreenchange event This event isn't really being used for this usecase right now, so, no need to trigger it. commit ad505a6 Author: Gary Katsevman <[email protected]> Date: Mon Sep 15 16:45:48 2014 -0400 Update exports for request & cancel fullscreen commit e423635 Author: Gary Katsevman <[email protected]> Date: Mon Sep 15 16:15:10 2014 -0400 On iOS, use ios specific enterFullscreen methods. commit fe4a8fb Author: Gary Katsevman <[email protected]> Date: Mon Sep 15 14:53:20 2014 -0400 Export isFullScreen correctly. Export isFullscreen as well.
- Loading branch information