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.
Asked
Active
Viewed 478 times
1 Answers
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:

ThinhLe
- 409
- 1
- 3
- 12