Detect fullscreen mode

前端 未结 16 2127
谎友^
谎友^ 2020-11-28 08:01

Modern desktop version of IE 10 is always fullscreen.

There is a living specification for :fullscreen pseudo-class on W3

But when I tried to det

16条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 08:40

    Did you try $(window) instead of $(document). Follow one example http://webification.com/tag/detect-fullscreen-jquery.

提交回复
热议问题