Search.../

allowFullScreen( )

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

Description

By default, users cannot place the HTML Component in full screen mode. Calling this function allows a user to place the HTML Component in full screen mode.

Syntax

function allowFullScreen(): HtmlComponent

allowFullScreen Parameters

This function does not take any parameters.

Returns

Return Type:

Was this helpful?

Allow an HTML Component to be placed in full screen mode

Copy Code
1$w("#myHtmlComponent").allowFullScreen();