fix video recorder for iphone

This commit is contained in:
Ali Abid 2021-11-30 22:10:22 +00:00
parent 2b864db286
commit f909298aba

View File

@ -76,6 +76,7 @@ class VideoInput extends BaseComponent {
<video
className="video_preview"
controls
playsInline
src={this.props.value["data"]}
></video>
</div>