问题
I tried the below, but it didnt work. Can you help me please?
<div class="viewport-setting"><meta name="viewport" content="maximum-scale=0.80"></div>
<style>@media (min-width: 0px) and (max-width: 1024px) {.viewport-setting {display:none !important;}}</style>
来源:https://stackoverflow.com/questions/43764920/how-can-i-hide-a-meta-tag-from-the-devices-with-max-width1024px