add playsInline attribute to video element to ensure it does not pop out into full screen video on iOS Safari
This commit is contained in:
@@ -58,6 +58,7 @@ class Camera extends React.Component {
|
||||
autoPlay={true}
|
||||
className='camera-video'
|
||||
style={{ display: this.state.dataUri ? 'none' : 'block' }}
|
||||
playsInline
|
||||
/>
|
||||
<img
|
||||
alt='imgCamera'
|
||||
|
||||
Reference in New Issue
Block a user