|
@@ -70,7 +70,7 @@ import { Dimensions } from 'react-native'
|
70
|
70
|
| __scrollEnabledWithZoomedin__ | false | `PropTypes.bool` | Making the webview scrollable on iOS when zoomed in even if scrollEnabled is false. |
|
71
|
71
|
| __viewportContent__ | 'width=device-width' on iOS | `PropTypes.string` | Please note that 'width=device-width' with scalesPageToFit may cause some layout issues on Android, for these conditions, using __customScript__ prop to apply custom viewport meta. |
|
72
|
72
|
| __showsVerticalScrollIndicator__ | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|
73
|
|
-| __showsVerticalScrollIndicator__ | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|
|
73
|
+| __showsHorizontalScrollIndicator__ | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|
74
|
74
|
| __originWhitelist__ | ['*'] | `PropTypes.arrayOf(PropTypes.string)` | Validate any origin by default cause of most cases using static HTML concerns. |
|
75
|
75
|
|
76
|
76
|
## demo
|
|
@@ -86,4 +86,4 @@ For android, you may have to copy the "Users\UserName\.android\debug.keystore" t
|
86
|
86
|
|
87
|
87
|
One-time donation via PayPal:
|
88
|
88
|
|
89
|
|
-[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/iou90)
|
|
89
|
+[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/iou90)
|