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 で書かれた Web サイトがあります。iOS デバイスで特定のページを表示しようとすると、画面が空白のまま読み込まれますが、画面を回転させるとすべてのデータが表示されます。なぜこれを行うのですか?また、画面を回転させずにロードできるようにするにはどうすればよいですか?
ページの読み込みが完了したら、強制的に画面を更新します。次のようなもの:
// Page loading code [yourWebView setNeedsDisplay] // Other code