I have integrated mediaelement.js and its working fine but now that I have integrated chat client on the website I am facing a weird issue. When I press a "spacebar" inside the chatbox of the chat client it gets bind to mediaelement.js and video(being played on the page) stops.

Issue: I am not able to type space inside the chat client because it gets bind to media.

有帮助吗?

解决方案

I figured that there is an option:

enableKeyboard: false

which should be set to false. By default its true. once you set it to false all is good. But I think by default it should be set to false.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top