According to this documentation, Internet Explorer does not support something like webkitIsFullScreen
or like mozFullScreen
property. I need to read if browser is in full screen mode. Is there any way to get it on IE somehow?
THANKS!
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- Keeping track of variable instances
Using IE11, an equivalent check would be:
Disclosure: I am on the team that worked on Microsoft's implementation of the Fullscreen API.