Now there is a PC webpage. I want to reduce the display on the mobile terminal. I have added
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
You set user-scalable = 1 and see, or user-scalable = yes
Remove maximum-scale=1 and minimum-scale=1 and try setting user-scalable=true
You set user-scalable = 1 and see, or user-scalable = yes
Remove maximum-scale=1 and minimum-scale=1 and try setting user-scalable=true