(26)-网页视图
最后更新于:2022-04-01 06:50:44
> [WebView](http://facebook.github.io/react-native/docs/webview.html#content)
## 属性
| 名称 | 类型 | 意义 | 默认值 |
| --- | --- | --- | --- |
| automaticallyAdjustContentInsets | bool | | |
| bounces | bool | | |
| contentInset | {top: number, left: number, bottom: number, right: number} | | |
| html | string | | |
| injectedJavaScript | string | 当网页加载时注入的js文件 | 无 |
| javaScriptEnabledAndroid | bool | (android特有)是否允许js文件允许 | 无 |
| onNavigationStateChange | function | | |
| renderError | function | | |
| renderLoading | function | | |
| scalesPageToFit | bool | (iOS特有)是否自动缩放以适应视图 | 无 |
| scrollEnabled | bool | | |
| startInLoadingState | bool | | |
| style | style | 样式 | 无 |
| url | string | 地址 | 无 |