findInteractionController property
- @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform(), MacOSPlatform(), WindowsPlatform(), LinuxPlatform(apiName: 'WebKitFindController', apiUrl: 'https://wpewebkit.org/reference/stable/wpe-webkit-2.0/class.FindController.html')])
final
Represents the find interaction feature controller.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- macOS WKWebView
- Windows WebView2
- Linux WPE WebKit (Official API - WebKitFindController)
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(
platforms: [
AndroidPlatform(),
IOSPlatform(),
MacOSPlatform(),
WindowsPlatform(),
LinuxPlatform(
apiName: 'WebKitFindController',
apiUrl:
'https://wpewebkit.org/reference/stable/wpe-webkit-2.0/class.FindController.html',
),
],
)
final PlatformFindInteractionController? findInteractionController;