本文介绍了如何桌面浏览器在处理移动meta标签?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
具体而言,将包括< META NAME =视口CONTENT =WIDTH =设备宽度,初始规模= 1.0,最大规模= 1.0,用户可扩展性=无/&GT ;在桌面浏览器中查看时
在被投放到移动和桌面浏览器页面的页眉影响布局
Specifically, would including <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
in the header of a page that is served to both mobile and desktop browsers affect the layout when viewed in a desktop browser?
推荐答案
没有。这将导致与桌面浏览器没有问题。
No. It will cause no problems with desktop browsers.
这篇关于如何桌面浏览器在处理移动meta标签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!