ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Browser functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
FullScreenEnable (Function)
In french: PleinEcranActive
Switches the browser to "Full screen" mode. The browser occupies the entire screen. The toolbar is not displayed anymore.
Remark: To exit from the "Full screen" mode, use FullScreenDisable.
Example
FullScreenEnable()
Syntax
FullScreenEnable()
Remarks
  • The switch to "Full screen" mode is available for the recent browsers only.
  • Caution: FullScreenEnable requires a user action: This function cannot be used in an "Onload" event.
    Remark: The browsers lock this command for security reasons. If is one of the commands that necessarily require a user action.
Component: WDJS.DLL
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help