在我的应用程序中,我打开一个包含视频的 html 页面。当我尝试从全屏观看视频中恢复过来时。
Web 视图消失。
我不知道为什么会这样。
我的代码如下:
-(void)viewWillAppear:(BOOL)animated
{
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(update:) name:@"UIMoviePlayerControllerWillExitFullscreenNotification" object:nil];
}
它也进入更新方法,但没有向我显示 webview。