4

我的应用使用 react-native-webview 播放我的内容(通常是 youtube.com 视频页面)。我想让我的应用程序在后台时仍然播放内容。现在应用程序在成为背景时停止播放声音。

我启用了功能: 能力

这是我的 react-native-webview 代码。

<WebView
  allowsFullscreenVideo
  source={{uri: this.state.url}}
  javaScriptEnabled={true}
  mixedContentMode={'always'}
  onShouldStartLoadWithRequest={this._deepLinkGuard}
/>
4

0 回答 0