allowFullScreen( )


Allows the HTML Component to be put into full screen mode.

By default, code can't place the HTML Component in full screen mode. Calling this function allows code to place the HTML Component in full screen mode.

This function automatically adds the fullscreen permission to the HTML Component's allow property. You can also set fullscreen permissions directly by including "fullscreen" in the allow property value.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:HtmlComponent
Did this help?