iframeAllowFullscreen property
getter/setter pair
Set to true if the <iframe> can activate fullscreen mode by calling the requestFullscreen() method.
Officially Supported Platforms/Implementations:
- Web <iframe> (Official API - iframe.allowfullscreen)
Implementation
bool? iframeAllowFullscreen;