search

Home  >  Q&A  >  body text

javascript - mobile page scaling issue

Now there is a PC webpage. I want to reduce the display on the mobile terminal. I have added

to the head of the page.
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
代言代言2733 days ago820

reply all(2)I'll reply

  • 阿神

    阿神2017-06-30 09:55:06

    You set user-scalable = 1 and see, or user-scalable = yes

    reply
    0
  • ringa_lee

    ringa_lee2017-06-30 09:55:06

    Remove maximum-scale=1 and minimum-scale=1 and try setting user-scalable=true

    reply
    0
  • Cancelreply