You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(html5-playback): remove setTimeout() call that caused loss of call stack
On mobile, the play event needs to be triggered by a user gesture. By setting a timeout the call
stack containing the user tap gesture is lost. Since this was added way back to support something in
Firefox 13 it could most likely be removed without negative impact.
#609
0 commit comments