企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
> [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 | 地址 | 无 |