From 7b681df9f2268d041b188fdcef99c26e73ec1141 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Sun, 7 Feb 2021 16:39:49 +0100 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3022b91b..2e5d9814 100755 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ Screenshots: * `setOptions({required InAppWebViewGroupOptions options})`: Sets the WebView options with the new options and evaluates them. * `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. -* `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. ##### `InAppWebViewController.webStorage`