Skip to content

Commit

Permalink
Mention that iPhone is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 27, 2019
1 parent 54d20dd commit bb184ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ if (document.fullscreenEnabled) {

**Note:** In order to use this package in Internet Explorer, you need a [`Promise` polyfill](https://github.com/stefanpenner/es6-promise).

iPhone is not supported.


## Documentation

Expand Down Expand Up @@ -278,8 +280,3 @@ $('#new-page-btn').click(() => {
- [MDN - Fullscreen API](https://developer.mozilla.org/en/DOM/Using_full-screen_mode)
- [W3C Fullscreen spec](http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html)
- [Building an amazing fullscreen mobile experience](http://www.html5rocks.com/en/mobile/fullscreen/)


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit bb184ce

Please sign in to comment.