在Expo移动应用程序中运行良好,但通过运行命令expo start --web
在Web浏览器上打开Expo应用程序时,相同代码未显示任何内容
下面是示例代码
<WebView
originWhitelist={['*']}
source={{ uri: 'https://sofit.ltd' }}
style={{marginBottom:100, height:"100%", width:"100%" }}
/>
在Expo移动应用程序中运行良好,但通过运行命令expo start --web
在Web浏览器上打开Expo应用程序时,相同代码未显示任何内容
下面是示例代码
<WebView
originWhitelist={['*']}
source={{ uri: 'https://sofit.ltd' }}
style={{marginBottom:100, height:"100%", width:"100%" }}
/>
2条答案
按热度按时间lhcgjxsq1#
你试过只在网上吗?试试这个小吃:https://snack.expo.io/@djalik/webview-demo
0kjbasz62#
对我来说,答案是用一个视图来 Package 它: