|
|
|
|
70
|
| __scrollEnabledWithZoomedin__ | false | `PropTypes.bool` | Making the webview scrollable on iOS when zoomed in even if scrollEnabled is false. |
|
70
|
| __scrollEnabledWithZoomedin__ | false | `PropTypes.bool` | Making the webview scrollable on iOS when zoomed in even if scrollEnabled is false. |
|
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. |
|
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
|
| __showsVerticalScrollIndicator__ | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|
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
|
| __originWhitelist__ | ['*'] | `PropTypes.arrayOf(PropTypes.string)` | Validate any origin by default cause of most cases using static HTML concerns. |
|
74
|
| __originWhitelist__ | ['*'] | `PropTypes.arrayOf(PropTypes.string)` | Validate any origin by default cause of most cases using static HTML concerns. |
|
75
|
|
75
|
|
76
|
## demo
|
76
|
## demo
|
|
|
|
|
86
|
|
86
|
|
87
|
One-time donation via PayPal:
|
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)
|