gpt4 book ai didi

webview - 我可以在 View (react native) 中使用 WebView 吗?

转载 作者:行者123 更新时间:2023-12-03 11:46:24 25 4
gpt4 key购买 nike

我正在尝试在 View 组件中使用 WebView 组件,用于我正在处理的 native 应用程序。当我在 View 中嵌入 WebView 时,我没有看到我在 WebView 中显示的内容。这是 react 原生的预期行为吗?

最佳答案

您应该为您的 webview 指定宽度和高度。
请按以下步骤操作:

render() {
return (
<WebView
source={{uri: 'https://github.com/facebook/react-native'}}
style={{flex: 1}} // OR style={{height: 100, width: 100}}
/>
);}

关于webview - 我可以在 View (react native) 中使用 WebView 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38963046/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com