React-Native:WebView无法在Android上全屏播放Youtube视频

时间:2017-08-04 10:39:02

标签: android react-native

我在网页浏览器上加载了一个html页面,html页面嵌入了YouTube网址。当此页面加载到Web视图并播放YouTube视频时:在iOS中它以全屏播放,但在Android中仅播放以HTML定义的特定区域。这是我的代码,

return (
  <WebView
    source={{uri: property.url}}
    style={styles.webStyle}
    javaScriptEnabled={true}
    builtInZoomControls={false}
    mediaPlaybackRequiresUserAction={false}
    startInLoadingState={true}

  />
);

0 个答案:

没有答案