Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 ASP.NET 和 VB 编写的网站。尝试在 iOS 设备上查看某些页面时,屏幕将加载为空白,但当您旋转屏幕时,所有数据都会显示。为什么要这样做,我该如何做才能加载而无需旋转屏幕?
页面加载完成后强制更新屏幕。如下所示:
// Page loading code [yourWebView setNeedsDisplay] // Other code