initialOptions property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform()])
  2. @Deprecated('Use initialSettings instead')
InAppWebViewGroupOptions? initialOptions
final

Use initialSettings instead.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView

Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform(), IOSPlatform()])
@Deprecated('Use initialSettings instead')
final InAppWebViewGroupOptions? initialOptions;