File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ Description
7
7
8
8
This jQuery plugin provides a simple to use mechanism to control the
9
9
new 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.
11
12
12
13
13
14
Usage
@@ -78,3 +79,10 @@ it can be enabled with a few attributes on the iframe:
78
79
79
80
<iframe src="iframe.html" webkitAllowFullScreen mozAllowFullScreen allowFullScreen>
80
81
</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