Auto scaling doesn’t work on Samsung Browser.
I searched about this issue and i found there is way to fix this.
Here is the link.
I tried this way.
I added
html, body {
width: 100%; height: 100%;
overflow: hidden;
touch-action: none;
}
I added this in of my index.html
But still it doesn’t work. Is there anyone who fixed this??