sampotts/plyr

IE browser Set the plyr.source Enter the event ended

Open

#1,008 opened on Jun 7, 2018

View on GitHub
 (7 comments) (4 reactions) (0 assignees)JavaScript (2,856 forks)batch import
Browser IssueHelp Wanted

Repository metrics

Stars
 (25,318 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Expected behaviour

Set the plyr.source,Do not enter the event ended

Actual behaviour

IE browser Set the plyr.source Enter the event ended

Environment

  • Browser: IE11
  • Version: 3.3.10
  • Operating System: win10
  • Version:

Steps to reproduce

this.plyrInstances.on('ended', () => { alert(1) });

this.plyrInstances.source = { type: 'video', title: 'video', sources: [{ src:'xx.mp4', type: 'video/mp4' }, ], }

Contributor guide