WKWebView 没有在 swift 中加载特定的 url
无法仅在 WKWebView 中快速加载“https://dev-react.ndh01.com”此网址。但它正在浏览器和 Android Webview 中加载
Unable to load "https://dev-react.ndh01.com" this url only in WKWebView in swift. But it is loading in browser and Android Webview
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有做任何错误,从技术上讲,您的网页加载正确,但该网站并未针对所有屏幕尺寸进行优化,无论您使用模拟器还是物理设备,您都可以通过旋转测试设备来验证这一点
如果您使用模拟器,请尝试按Cmd + 右/左箭头将设备旋转至横向,
您将看到一个显示网页的屏幕
you are not doing anything wrong and technically your webpage is loading properly, but this website is not optimized for all screen sizes, you can verify this by rotating your test device whether you using a simulator or physical device
if you are using a simulator try pressing Cmd + right/left arrow to rotate the device to landscape
you will find a screen showing your web page