preventGestureDelay property

  1. @SupportedPlatforms.new(platforms: [IOSPlatform()])
bool? preventGestureDelay
final

Used to create the PlatformInAppWebViewWidget using the specified environment.

Officially Supported Platforms/Implementations:

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

Implementation

@SupportedPlatforms(platforms: [IOSPlatform()])
final bool? preventGestureDelay;