I have used fullscreen.js It's working fine on all platform when i use iframe but iframe is not properly working on iphone its automatically enlarging. Then i tried object tag it's working fine with all the platforms but now my my fulscreen button is not working.I added allowfullscreen as well but does nothing
Asked
Active
Viewed 243 times
1 Answers
0
You can't go full screen on iOS web (Safari) as it is not allowed explicitly. You can do it with the meta tag but it might not be what you want from it. Here are some answers that might help

rocketman1000
- 45
- 4
-
Thanks for your answer but it was not working in my case. – Roopesh Feb 28 '19 at 13:14