Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
 Enable setTextZoom function of Android-WebViewSetting
  • Loading branch information
YouCii authored Apr 19, 2019
1 parent 944caa9 commit 2040abf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ All platforms support:
- __databaseEnabled__: Set to `true` if you want the database storage API is enabled. The default value is `false`.
- __domStorageEnabled__: Set to `true` if you want the DOM storage API is enabled. The default value is `false`.
- __useWideViewPort__: Set to `true` if the WebView should enable support for the "viewport" HTML meta tag or should use a wide viewport. When the value of the setting is false, the layout width is always set to the width of the WebView control in device-independent (CSS) pixels. When the value is true and the page contains the viewport meta tag, the value of the width specified in the tag is used. If the page does not contain the tag or does not provide a width, then a wide viewport will be used. The default value is `true`.
- __safeBrowsingEnabled__: Set to `true` if you want the Safe Browsing is enabled. Safe Browsing allows WebView to protect against malware and phishing attacks by verifying the links. The default value is `true`.
- __safeBrowsingEnabled__: Set to `true` if you want the Safe Browsing is enabled. Safe Browsing allows WebView to protect against malware and phishing attacks by verifying the links. The default value is `true`.
- __textZoom__: Set text scaling of android-webview. The default value is `100`.

**iOS** supports these additional options:

Expand Down Expand Up @@ -1330,4 +1331,4 @@ CookieManager.deleteCookies(String url, {String domain = "", String path = "/"})
Removes all cookies.
```dart
CookieManager.deleteAllCookies();
```
```

0 comments on commit 2040abf

Please sign in to comment.