React-native WebView WebKitErrorDomain错误代码:204

时间:2018-09-03 19:03:14

标签: react-native

我正在尝试使用WebView显示Reddit上托管的视频。我正在使用的链接是https://v.redd.it/e3u0b3ej71k11/DASH_2_4_M,是针对此帖子https://v.redd.it/e3u0b3ej71k11/的。在IOS上,视频将自动全屏播放,但出现此错误

enter image description here

在android上,它没有给我一个错误,但它的视频只是黑色,但确实具有正确的运行时间。我不太确定端点DASH_2_4_M的工作方式,但是我从reddit api获得了该网址。

<WebView
    source={{uri: this.state.data[0].data.children[0].data.media.reddit_video.fallback_url}}
    style={{height: 650, width: '100%'}}
    bounces={false}
    scrollEnable={false}
  />

0 个答案:

没有答案