How not to allow the zoom of the phone in the App?

Asked

Viewed 39 times

0

Good morning, you guys, I need to not let the user’s mobile zoom affect my App. I used the viewreport components:

content="width=device-width, height=device-height, minimum-scale=1, maximum-scale=1, user-scalable=no"

However, it didn’t work :(. Does anyone have any suggestions?

1 answer

1

If it’s just mobile, try it:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.