onExitFullscreen method
void
onExitFullscreen()
Event fired when the current page has exited full screen mode.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onHideCustomView)
- iOS (Official API - UIWindow.didBecomeHiddenNotification)
- MacOS (Official API - NSWindow.didExitFullScreenNotification)
Implementation
void onExitFullscreen() {}