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.
如果我想下载一个 mp4 文件,一个 iPhone 电影播放器 (MPMoviePlayerController) 会弹出并播放视频。我的问题是:我可以得到某种消息,它会弹出或什至阻止它出现吗?
您可以尝试的一件事是为您的 UIWebView 设置委托并实现-webView:shouldStartLoadWithRequest:navigationType:. 如果是 mp4(或 mov)文件,则返回 NO。
-webView:shouldStartLoadWithRequest:navigationType: