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.
私たちのアプリはに基づいていUIWebViewます。PDF ドキュメントが にロードされている間に iPad デバイスをロックすると、完全に黒い画面が表示されますUIWebview。この問題を解決する方法を教えてください。
UIWebView
UIWebview
あなたの
- (void)applicationWillResignActive:(UIApplication *)application
現在 PDF が表示されている場合は PDF を再読み込みするか、読み込みを一時停止するコードを追加する必要があります。