Skip to content

Commit 7f447f3

Browse files
author
Klaus Reimer
committed
Mention IE11 and add a known issues section.
1 parent 5f7712e commit 7f447f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Description
77

88
This jQuery plugin provides a simple to use mechanism to control the
99
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.
1112

1213

1314
Usage
@@ -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.

0 commit comments

Comments
 (0)