IOSInAppWebViewController class
Class represents the iOS controller that contains only iOS-specific methods for the WebView.
Constructors
- IOSInAppWebViewController({required MethodChannel channel})
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
-
createPdf(
{IOSWKPDFConfiguration? iosWKPdfConfiguration}) → Future< Uint8List?> -
Generates PDF data from the web view’s contents asynchronously.
Returns
null
if a problem occurred. -
createWebArchiveData(
) → Future< Uint8List?> -
Creates a web archive of the web view’s current contents asynchronously.
Returns
null
if a problem occurred. -
hasOnlySecureContent(
) → Future< bool> - A Boolean value indicating whether all resources on the page have been loaded over securely encrypted connections.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reloadFromOrigin(
) → Future< void> - Reloads the current page, performing end-to-end revalidation using cache-validating conditionals if possible.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
handlesURLScheme(
String urlScheme) → Future< bool> - Returns a Boolean value that indicates whether WebKit natively supports resources with the specified URL scheme.