HTML - Prevent horizontal scrolling when zooming in on mobile

倾然丶 夕夏残阳落幕 提交于 2019-12-12 03:22:11

问题


When you zoom in an ordinary web page (without any meta tags) on desktop browsers, the page width will change to fit the screen. However when zooming in on mobile browsers, you will get a horizontal scrolling bar which is quite annoying. Can I achieve the same results on mobile browsers?

Example: http://motherfuckingwebsite.com/ Zoom in to 500% on desktop browsers: no horizontal scrollbar. Zoom in a little bit on mobile browser: HORIZONTAL SCROLLBAR!!!!

来源:https://stackoverflow.com/questions/27956032/html-prevent-horizontal-scrolling-when-zooming-in-on-mobile

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!