onEnterFullscreen method
Event fired when the current page has entered full screen mode.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onShowCustomView)
- iOS (Official API - UIWindow.didBecomeVisibleNotification)
- MacOS (Official API - NSWindow.didEnterFullScreenNotification)
Implementation
@override
void onEnterFullscreen() {}