7

I tried to use "user-scalable=no" in the meta tag to disable zooming my webpage. I tested it and the webpage was zoomed in. How can I make it the original but still disable zooming? I also tried initial-scale=1.0 doesnt work though. So what do I have to put in the meta tag do disable zooming but with the original size? thanks in advance

StuntHacks
  • 457
  • 3
  • 15
lologic
  • 399
  • 2
  • 5
  • 15

1 Answers1

8

Unfortunately there is no easy way workable solution yet (as of moment of writing this). iOS simple ignores user-scalable. Btw, this seems like duplicated question. Please see : disable viewport zooming iOS 10+ safari?

StefaDesign
  • 929
  • 10
  • 19