react-native试玩(26)-网页视图

前端之家收集整理的这篇文章主要介绍了react-native试玩(26)-网页视图前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

WebView

属性

名称 类型 意义 默认值
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 地址
原文链接:https://www.f2er.com/react/307753.html

猜你在找的React相关文章