Whenever i try to open and exit youtube embed video in full screen mode fast, button full screen in youtube frame stop working even when i reload the page
It can only work if i close and reopen the page
This is the page code
<!DOCTYPE html>
<meta charset="utf-8">
<title>Demo</title>
<body>
<iframe width="100%" src="https://www.youtube.com/embed/kWi1beTiVig" frameborder="0" allowFullScreen="allowFullScreen"></iframe>
<br />
</body>
Is there any solution for this?
I had already try to add attributes in iframe but nothing fix the problem