0

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

Roopesh
  • 1
  • 3

1 Answers1

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

  1. Open webpage in fullscreen in Safari on iOS
  2. How to get full screen mode with a mobile safari web app on IOS 8 Iphone 4S