How to disable zoom in Chrome on Android?

后端 未结 2 705
遇见更好的自我
遇见更好的自我 2020-12-28 17:56

trying to prevent zooming on a page in Chrome on Android, and it doesn\'t want to behave. I\'m using the code below, which works fine on the stock Android browser and Safar

2条回答
  •  情话喂你
    2020-12-28 18:44

    I'm using the belt and braces approach, configuring all viewport settings available, as per developer.android.com's Targeting Screens from Web Apps

    The following syntax shows all of the supported viewport properties and the general types of values accepted by each one:

    
    

    The configured meta tag for no zoom:

    
    

    And as a one liner:

    
    

提交回复
热议问题