gpt4 book ai didi

ios - UIWebview将不会在后台播放

转载 作者:行者123 更新时间:2023-12-01 16:38:43 25 4
gpt4 key购买 nike

我有一个UIWebview,它可以播放网络视频。
我希望它在后台运行,以便您听到声音。
我已经在info中设置了背景模式来播放audio and airplay
我已将 session 设置为:

 //allow music app delegate
NSError *sessionError = nil;
NSError *activationError = nil;
[[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error:&sessionError];
[[AVAudioSession sharedInstance] setActive: YES error: &activationError];

我读过了 :
Continue playing audio from html5 player when in iOS background mode

我读
UIWebView: HTML5 audio pauses in iOS 6 when app enters background

提供相同的东西。但是,当我进入后台时,它仍然停止播放视频/音频。(iPhone 4,iOS7,Xcode 6)。

我还能做些其他事情吗?

谢谢 。

最佳答案

我最终通过在Webview中调用javascript函数解决了这一问题,该函数在应用程序暂停后250ms再次开始播放视频。

关于ios - UIWebview将不会在后台播放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26055739/

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