Skip to content

Commit 49cefb0

Browse files
committed
fix inline player attribute
1 parent ef190df commit 49cefb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/adapters/WebVideoAdapter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class WebVideoComponent extends Component<VideoPlayerProps & { videoRef: RefObje
161161
ref: (el: any) => { this.videoElementRef = el; },
162162
src: this.props.videoUri,
163163
controls: this.props.useNativeControls !== false,
164+
playsInline: true,
164165
style: {
165166
width: '100%',
166167
height: '100%',

0 commit comments

Comments
 (0)