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 制作一个自定义的视频播放器。我对此有2个想法:1.钩住UIMoviePlayer***的通知,但是我无法从通知中获取有关当前播放器的任何信息,因此无法将其替换为我的自定义视频播放器2.替换视频.play in js,用我的js告诉objective c启动我的视频播放器。但它只适用于某些网站,而不适用于所有网站。
有没有为 UIWebView 启动自定义视频播放器的解决方案?