
Calling focus on player causes controls to show on IE/Edge
You can replicate this on the demo page here: http://jw7.jwplayer.com/
If you focus the player using the following javascript the controls will become visible if they were hidden already(by playing the video and waiting for them to hide): jwplayer('botr_IMUjQRAB_j25eWfnn_div').getContainer().focus()
This is causing an issue for me on Edge with Windows 10 touch. I am setting focus on the 'displayClick' event and this is triggered when I touch on the video player using touch. But since the controls are also supposed to toggle on touch, this results in the controls staying hidden when tapping on the video.
Are there any suggestions to work around this issue? I have tried setting focus on a timeout, but then the controls just disappear and then reappear when the timeout is over.