Scaling doesn't work on Samsung Browser

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??

@OhHaYeol
Did you manage to solve this?
I’m having the same issue on Samsung browser, tried everything but it just doesn’t work.

anyone got the answer?