gpt4 book ai didi

ios - UIWebView 中嵌入的 Youtube 视频在真实设备上没有声音

转载 作者:搜寻专家 更新时间:2023-10-31 08:09:20 24 4
gpt4 key购买 nike

这就是我嵌入视频的方式。它在模拟器中有声音,但在真实设备 (iOS 9.0.2 (13A452)) Xcode 7.1.1 上没有声音。

这是我用来播放它的代码:

if let youtubeID = youtubeID {
let embededHTML = "<html><body><iframe src=\"http://www.youtube.com/embed/\(youtubeID)?playsinline=1\" width=\"\(width)\" height=\"\(height)\" frameborder=\"0\" allowfullscreen></iframe></body></html>"
cell!.webView.allowsInlineMediaPlayback = true
cell!.webView.scalesPageToFit = true
cell!.webView.mediaPlaybackAllowsAirPlay = true
cell!.webView.mediaPlaybackRequiresUserAction = false

cell!.webView.loadHTMLString(embededHTML, baseURL: NSBundle.mainBundle().bundleURL)
}

最佳答案

大多数开发者都遇到过他们忘记的这个问题
打开 iPhone 左侧的铃声按钮。它对我有用。

关于ios - UIWebView 中嵌入的 Youtube 视频在真实设备上没有声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34109346/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com