
IE 9 and IE 10 opens full screen video in div rather than full screen
Full screen is working in all browsers except IE 9 and IE 10. In those two browsers the player opens inside the container div. There are no iframes that I can see.
Full screen is working in all browsers except IE 9 and IE 10. In those two browsers the player opens inside the container div. There are no iframes that I can see.
IE9 and IE10 don’t support real full screen, which is why fake fullscreen is used for these browsers. If you want real fullscreen for IE9 and IE10, use Flash.
But do you support browser or user agent or feature flagging that I can hook into or do you recommend simply creating our own browser or feature sniffing?
We don’t really have any public methods of exposing that, but you can always use your own js user agent detection.