2013-03-11 56 views
0

當我在iphons safari上播放視頻時,會自動進入全屏模式。 你能用javaScript事件檢測到它嗎?iPhone上的視頻標籤 - 自動全屏

+0

嘗試[這](http://stackoverflow.com/questions/5054560/can-i-avoid-the-native-fullscreen-video-player-with-html5-on-iphone-or-android ) – Amol 2013-03-11 12:02:32

回答

0
- (void)webViewDidFinishLoad:(UIWebView *)aWebView 
{ 
    [webView sizeToFit]; 

}