Webview:onFullScreenChange(isfullscreen) event


This event is fired when the current web page asks to enable or disable fullscreen mode.
The isfullscreen parameter is a boolean value indicating whether the application should enable fullscreen mode or not.

Return value

The event returns no value.