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.
当我在 iphons safari 上播放视频时,会自动进入全屏模式。你能用 JavaScript 事件检测到它吗?
- (void)webViewDidFinishLoad:(UIWebView *)aWebView { [webView sizeToFit]; }