sampotts/plyr

IE browser Set the plyr.source Enter the event ended

Open

#1,008 创建于 2018年6月7日

在 GitHub 查看
 (7 评论) (4 反应) (0 负责人)JavaScript (25,318 star) (2,856 fork)batch import
Browser IssueHelp Wanted

描述

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' }, ], }

贡献者指南