Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove setTimeout() call that caused loss of call stack #694

Merged
merged 1 commit into from
Mar 10, 2017

Commits on Jan 20, 2017

  1. fix(html5-playback): remove setTimeout() call that caused loss of cal…

    …l 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.
    
      goldfire#609
    marcusstenbeck committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    602ce76 View commit details
    Browse the repository at this point in the history