Webview:onFullScreenChange(isfullscreen)event
This event is fired when the current web page asks to enable or disable fullscreen mode.
Parameters
isfullscreen
A boolean value that indicates whether the application should enable fullscreen mode or not.
Return value
The event returns no value.