|
|
|
|
62
|
| files | - | `PropTypes.arrayOf(PropTypes.shape({ href: PropTypes.string, type: PropTypes.string, rel: PropTypes.string }))` | Using local or remote files. To add local files: Add files to android/app/src/main/assets/ (depends on baseUrl) on android; add files to web/ (depends on baseUrl) on iOS. |
|
62
|
| files | - | `PropTypes.arrayOf(PropTypes.shape({ href: PropTypes.string, type: PropTypes.string, rel: PropTypes.string }))` | Using local or remote files. To add local files: Add files to android/app/src/main/assets/ (depends on baseUrl) on android; add files to web/ (depends on baseUrl) on iOS. |
|
63
|
| source | - | `PropTypes.object` | BaseUrl now contained by source. 'web/' by default on iOS; 'file:///android_asset/' by default on Android or uri. |
|
63
|
| source | - | `PropTypes.object` | BaseUrl now contained by source. 'web/' by default on iOS; 'file:///android_asset/' by default on Android or uri. |
|
64
|
| scalesPageToFit | false | `PropTypes.bool` | False by default (different from react-native-webview which true by default on Android). When scalesPageToFit was enabled, it will apply the scale of the page directly instead of using viewport meta script. |
|
64
|
| scalesPageToFit | false | `PropTypes.bool` | False by default (different from react-native-webview which true by default on Android). When scalesPageToFit was enabled, it will apply the scale of the page directly instead of using viewport meta script. |
|
|
|
65
|
+| scrollableWhenZoomin | false | `PropTypes.bool` | Making the webview scrollable on iOS when zoomed in even if scrollEnabled is false. |
|
65
|
| zoomable | true | `PropTypes.bool` | Only works on iOS when disable scalesPageToFit, in other conditions, using custom scripts to create viewport meta to disable zooming. |
|
66
|
| zoomable | true | `PropTypes.bool` | Only works on iOS when disable scalesPageToFit, in other conditions, using custom scripts to create viewport meta to disable zooming. |
|
66
|
| showsVerticalScrollIndicator | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|
67
|
| showsVerticalScrollIndicator | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|
67
|
| showsVerticalScrollIndicator | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|
68
|
| showsVerticalScrollIndicator | false | `PropTypes.bool` | False by default (different from react-native-webview). |
|