From ee7910b0b7538c6483eb4bdda4d51898c1dd0026 Mon Sep 17 00:00:00 2001 From: pichillilorenzo Date: Thu, 18 Oct 2018 01:41:29 +0200 Subject: [PATCH] updated README.md --- .idea/workspace.xml | 102 +++++++++++++++++++++++++------------------- README.md | 6 +-- 2 files changed, 60 insertions(+), 48 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e5de8703..638780df 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,21 +15,7 @@ - - - - - - - - - - - - - - @@ -46,7 +32,19 @@ - + + + + + + + + + + + + + @@ -55,6 +53,20 @@ + + + + + + + + + + + + + + @@ -139,9 +151,9 @@ @@ -367,9 +379,9 @@ - + - + @@ -613,23 +625,6 @@ - - - - - - - - - - - - - - - - - @@ -703,16 +698,6 @@ - - - - - - - - - - @@ -727,6 +712,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 37a218cb..efc0fa74 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,7 @@ inAppBrowser.removeJavaScriptHandler(String handlerName, int index); #### Future\ InAppBrowser.takeScreenshot -Takes a screenshot (in PNG format) of the view's visible viewport and returns a `Uint8List`. Returns `null` if it wasn't be able to take it. +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. **NOTE for iOS**: available from iOS 11.0+. ```dart @@ -512,14 +512,14 @@ inAppBrowser.takeScreenshot(); #### Future\ InAppBrowser.setOptions -Sets the InAppBrowser options with the new `options` and evaluates them. +Sets the `InAppBrowser` options with the new `options` and evaluates them. ```dart inAppBrowser.setOptions(Map options); ``` #### Future\\> InAppBrowser.getOptions -Gets the current InAppBrowser options. Returns `null` if the options are not setted yet. +Gets the current `InAppBrowser` options. Returns `null` if the options are not setted yet. ```dart inAppBrowser.getOptions(); ```