Commit 7b681df9 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

updated README.md

parent 5a4e2fda
......@@ -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`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment