We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef190df commit 49cefb0Copy full SHA for 49cefb0
src/adapters/WebVideoAdapter.tsx
@@ -161,6 +161,7 @@ class WebVideoComponent extends Component<VideoPlayerProps & { videoRef: RefObje
161
ref: (el: any) => { this.videoElementRef = el; },
162
src: this.props.videoUri,
163
controls: this.props.useNativeControls !== false,
164
+ playsInline: true,
165
style: {
166
width: '100%',
167
height: '100%',
0 commit comments