connectEnterFullscreen

fun connectEnterFullscreen(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Boolean): <Error class: unknown class>

Emitted when JavaScript code calls element.webkitRequestFullScreen. If the signal is not handled the #WebKitWebView will proceed to full screen its top level window. This signal can be used by client code to request permission to the user prior doing the full screen transition and eventually prepare the top-level window (e.g. hide some widgets that would otherwise be part of the full screen window).

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Returns true to stop other handlers from being invoked for the event. false to continue emission of the event.