Plyr: IE11: Object doesn't support this action

Created on 6 Jun 2018  路  3Comments  路  Source: sampotts/plyr

controls.js

Listed above is the line that is causing the issue, even with babel-polyfill

Expected behaviour

No console errors and video player to work.

Actual behaviour

Environment

  • Browser: Internet Explorer
  • Version: 11
  • Operating System: Windows
  • Version: 7 & 10

Steps to reproduce

  • Open player in IE 11

Most helpful comment

This happens because IE11 doesn't support new URL(), so you need to polyfill URL. The polyfill build does this since 3.3.8. The normal build doesn't pollyfill anything. You need to do that yourself. See the links above.

All 3 comments

I have the same issue, currently using Plyr 3.3.10.

This happens because IE11 doesn't support new URL(), so you need to polyfill URL. The polyfill build does this since 3.3.8. The normal build doesn't pollyfill anything. You need to do that yourself. See the links above.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jwjcmw picture jwjcmw  路  4Comments

TheZoker picture TheZoker  路  4Comments

Lycanthrope picture Lycanthrope  路  4Comments

tomByrer picture tomByrer  路  3Comments

jacksonit picture jacksonit  路  4Comments