i’m trying to fix an issue in my web app, i want to avoid the horizontal scrolling (only aloows the scrool down-up)
I add this tag to avoid it in IOS Browser and work fine, but not in Android browsers…
<meta name = "Viewport" content = "maximum-scale=1, width=device-width, maximum-scale=1.0; user-scalable=0" >
Make sure that your body has width 100%, and that no child has a fixed width higher than the screen horizontal resolution.
Other than that, this meta tag in the header should be enough: