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 上有一个 html5 视频播放器,您可能知道,当我单击播放按钮时,本机视频播放器会控制,如何覆盖“完成”按钮,以便在按下视频时关闭视频?谢谢!——克莱尔
我不认为你可以,因为 UIWebView 中没有任何东西可以让你这样做, UIWebView 实际上被认为是非常封闭和直接的。
UIWebView
经过大量研究后,我了解到使用 UIWebView 时不能覆盖完成按钮。我的解决方法是向 UIWebView 添加一个关闭按钮。