SafariCaptchaDomMount class

Mounts captcha markup directly into a HTMLDivElement for Safari.

Safari fails to paint nested iframes inside Flutter HtmlElementView even when the iframe content loads successfully. Injecting the widget into the platform-view div avoids that compositor bug.

Constructors

SafariCaptchaDomMount()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

mount({required HTMLDivElement container, required String html, required String viewId}) → void