Skip to content

Commit 767fbf3

Browse files
committed
chore: readme fix
1 parent 8a6a45a commit 767fbf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The custom `NSURLProtocol` used with UIWebView is shared with all instances of t
8787
| builtInZoomControls | true / false | Android: Is the built-in zoom mechanisms being used |
8888
| cacheMode | default / no_cache / cache_first / cache_only | Android: Set caching mode. |
8989
| databaseStorage | true / false | Android: Enable/Disabled database storage API. Note: It affects all webviews in the process. |
90-
| debugMode | true / false | Android: Enable chrome debugger for webview on Android. Note: Applies to all webviews in App |
90+
| debugMode | true / false | Enable chrome debugger for webview on Android and Safari debugger for webview on iOS. Note: Applies to all webviews in App |
9191
| displayZoomControls | true / false | Android: displays on-screen zoom controls when using the built-in zoom mechanisms |
9292
| domStorage | true / false | Android: Enable/Disabled DOM Storage API. E.g localStorage |
9393
| scalesPageToFit | UIWebView: Should webpage scale to fit the view? Defaults to false |

packages/webview/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The custom `NSURLProtocol` used with UIWebView is shared with all instances of t
7070
| builtInZoomControls | true / false | Android: Is the built-in zoom mechanisms being used |
7171
| cacheMode | default / no_cache / cache_first / cache_only | Android: Set caching mode. |
7272
| databaseStorage | true / false | Android: Enable/Disabled database storage API. Note: It affects all webviews in the process. |
73-
| debugMode | true / false | Android: Enable chrome debugger for webview on Android. Note: Applies to all webviews in App |
73+
| debugMode | true / false | Enable chrome debugger for webview on Android and Safari debugger for webview on iOS. Note: Applies to all webviews in App |
7474
| displayZoomControls | true / false | Android: displays on-screen zoom controls when using the built-in zoom mechanisms |
7575
| domStorage | true / false | Android: Enable/Disabled DOM Storage API. E.g localStorage |
7676
| scalesPageToFit | UIWebView: Should webpage scale to fit the view? Defaults to false |

0 commit comments

Comments
 (0)