isInFullscreen method

Future<bool> isInFullscreen()

Returns true if the WebView is in fullscreen mode, otherwise false.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView
  • Linux WPE WebKit

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool> isInFullscreen() => platform.isInFullscreen();