Skip to content

Commit

Permalink
Added comments WRT iOS full screen events
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Dec 8, 2013
1 parent 67ce6a4 commit b7b7dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jquery.jplayer/jquery.jplayer.js
Expand Up @@ -343,6 +343,8 @@
''
],
// http://developer.apple.com/library/safari/#documentation/AudioVideo/Reference/HTMLVideoElementClassReference/HTMLVideoElement/HTMLVideoElement.html
// https://developer.apple.com/library/safari/samplecode/HTML5VideoEventFlow/Listings/events_js.html#//apple_ref/doc/uid/DTS40010085-events_js-DontLinkElementID_5
// Events: 'webkitbeginfullscreen' and 'webkitendfullscreen'
webkitVideo: [
'webkitSupportsFullscreen',
'webkitDisplayingFullscreen',
Expand Down

0 comments on commit b7b7dad

Please sign in to comment.