4

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

这是示例代码

    <WebView 
     originWhitelist={['*']} 
     source={{ uri: 'https://sofit.ltd' }}
     style={{marginBottom:100, height:"100%", width:"100%" }}
    />
4

1 回答 1

4

你只在网络上试过吗?试试这个小吃: https ://snack.expo.io/@djalik/webview-demo

于 2019-10-11T07:56:29.457 回答