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

ahmadshc picture ahmadshc  路  4Comments

muuvmuuv picture muuvmuuv  路  3Comments

tomByrer picture tomByrer  路  3Comments

thang-nm picture thang-nm  路  4Comments

MTyson picture MTyson  路  3Comments