react-native-webview-ex
v1.0.0
Published
webview with fullscreen video for android
Downloads
2
Maintainers
Readme
react-native-webview-ex
增加android下视频全屏功能,其他同react-native官方WebView。
安装
npm install react-native-webview-ex --save
react-native link react-native-webview-ex
使用说明
import WebView from 'react-native-webview-ex';
render(){
return <WebView
...
lockLandscape={false}
/>;
}
// lockLandscape:视频全屏播放时是否锁定横屏,默认true,
// 仅android有效