File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ Description
77
88This jQuery plugin provides a simple to use mechanism to control the
99new fullscreen mode of modern browsers. Currently only newer Webkit-based
10- browsers (Like Chrome) and Firefox provide this new fullscreen feature.
10+ browsers (Like Chrome and Safari), Firefox and IE11+ provide this new
11+ fullscreen feature.
1112
1213
1314Usage
@@ -78,3 +79,10 @@ it can be enabled with a few attributes on the iframe:
7879
7980 <iframe src="iframe.html" webkitAllowFullScreen mozAllowFullScreen allowFullScreen>
8081 </iframe>
82+
83+ ### Known issues
84+
85+ * In IE 11 an empty page is displayed when entering fullscreen from within an
86+ iframe. No idea why. Any help is welcome.
87+ * In Safari (At least in Safari 7) no keyboard input is allowed in fullscreen
88+ mode.
You can’t perform that action at this time.
0 commit comments