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 的 uitableview,它加载了一个直接转到多媒体文件链接的网页,但我不希望它自动全屏显示。只需加载它,然后允许用户播放它,然后根据需要进入全屏状态。
您不能使用 UIWebView 来做到这一点,您可以做的是将链接更改为包含播放按钮覆盖图像的图像(就像 youtube 一样),然后当用户单击该图像时,开始播放视频。