mobile devices sometimes don't like autplaying video
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user