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 ?