0

I'm using this meta to prevent scaling

 <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height">

I've tested it on Android 10 on a phone that had scaling 1.5x and the app was scaled. What is the proper way to prevent scaling ?

Eric
  • 8,854
  • 12
  • 63
  • 99

1 Answers1

1

It's a known bug in Android browsers: https://issuetracker.google.com/issues/36922308

But maybe this will give you some clarification: https://stackoverflow.com/a/12270403/3852382

iPaat
  • 656
  • 4
  • 14