0

I have used viewport meta tag to fit the web page for mobile view. But now I want to disable zoom in or zoom out of web page.

luoluo
  • 5,353
  • 3
  • 30
  • 41
sunben
  • 95
  • 2
  • 8

1 Answers1

1

Try to use this:

<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />

But I think your question duplicate with:

How can I "disable" zoom on a mobile web page?

ThinhLe
  • 409
  • 1
  • 3
  • 12