mobile devices sometimes don't like autplaying video
This commit is contained in:
parent
dab1a79fbb
commit
af2fe6ae6f
@ -73,7 +73,10 @@ define(
|
|||||||
|
|
||||||
if ( itWorked ) {
|
if ( itWorked ) {
|
||||||
dialog.show();
|
dialog.show();
|
||||||
|
try {
|
||||||
videoEl.play();
|
videoEl.play();
|
||||||
|
} catch ( err ) { }
|
||||||
|
|
||||||
updateVideoSize();
|
updateVideoSize();
|
||||||
|
|
||||||
isRecording = true;
|
isRecording = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user