useNativeFullscreenContainer property
getter/setter pair
Sets whether Forge should keep the same WKWebView in a native fullscreen
container on iOS 26 and later after a media seek or time change.
This works around an iOS 26 WebKit issue that can leave the standard HTML5
fullscreen surface black or unresponsive. The default value is true.
Set this to false to use the standard WebKit fullscreen presentation.
Officially Supported Platforms/Implementations:
- iOS WKWebView 26.0+
Implementation
bool? useNativeFullscreenContainer;