前端之家收集整理的这篇文章主要介绍了
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