<MediaController> takes focus? #1034
Unanswered
intelligence
asked this question in
Q&A
Replies: 2 comments
|
could you provide an online demo or code sandbox? that will help a lot with debugging have you tried changing the |
0 replies
|
Hey! I'm in the middle of getting this project production ready so I'll get back to you later. I tried settings |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After some thorough head scratching I've tracked down that introducing in my app makes it takes focus in a carousel slider. I've got a Mux video on slide 2 and whenever is there it will jump to that slide. Disabling the carousel feature and simply having a horizontal scroll produces the same result. Removing or setting
display: noneon it, fixes it.Any idea what might cause this behaviour?
All reactions