小编has*_*eem的帖子

Webview 未出现在 Expo Web 中

在 expo 移动应用程序中工作正常,但通过运行命令在 Web 浏览器上打开 Expo 应用程序时,相同的代码不会显示任何内容expo start --web

这是示例代码

    <WebView 
     originWhitelist={['*']} 
     source={{ uri: 'https://sofit.ltd' }}
     style={{marginBottom:100, height:"100%", width:"100%" }}
    />
Run Code Online (Sandbox Code Playgroud)

react-native expo react-native-webview

5
推荐指数
1
解决办法
5061
查看次数

标签 统计

expo ×1

react-native ×1

react-native-webview ×1