updated README.md
This commit is contained in:
parent
5a4e2fda0f
commit
7b681df9f2
|
@ -450,7 +450,7 @@ Screenshots:
|
||||||
* `setOptions({required InAppWebViewGroupOptions options})`: Sets the WebView options with the new options and evaluates them.
|
* `setOptions({required InAppWebViewGroupOptions options})`: Sets the WebView options with the new options and evaluates them.
|
||||||
* `stopLoading`: Stops the WebView from loading.
|
* `stopLoading`: Stops the WebView from loading.
|
||||||
* `takeScreenshot`: Takes a screenshot (in PNG format) of the WebView's visible viewport and returns a `Uint8List`. Returns `null` if it wasn't be able to take it.
|
* `takeScreenshot`: Takes a screenshot (in PNG format) of the WebView's visible viewport and returns a `Uint8List`. Returns `null` if it wasn't be able to take it.
|
||||||
* `zoomBy`: Performs a zoom operation in this WebView.
|
* `zoomBy({required double zoomFactor, bool iosAnimated = false})`: Performs a zoom operation in this WebView.
|
||||||
* `static getDefaultUserAgent`: Gets the default user agent.
|
* `static getDefaultUserAgent`: Gets the default user agent.
|
||||||
|
|
||||||
##### `InAppWebViewController.webStorage`
|
##### `InAppWebViewController.webStorage`
|
||||||
|
|
Loading…
Reference in New Issue