Hello,
I have an issue with the video player that is happening only in IOS devices, for example Ipad Pro,
When the user click the full screen button the video goes to full screen mode and immediately goes to normal view mode. A strange behavior we noticed is that if the user clicks the button and leave it pressed for a couple of seconds it works ok.
Explain in detail the exact steps necessary to reproduce the issue.
video goes to full screen mode and immediately goes to normal view mode
video should open in full screen mode normaly
No error ouputs
One thing that could potentially be happening here is that the fast-click library is being used. Then the button ends up being basically clicked twice because of fast-click.
Most helpful comment
One thing that could potentially be happening here is that the fast-click library is being used. Then the button ends up being basically clicked twice because of fast-click.