How to disable mobile version of website?

☆樱花仙子☆ 提交于 2021-01-01 03:06:06

问题


I've website that is not full responsive for mobile devices. So is there any possibility to set my app that always loads like desktop version when someone visit it from mobile device? I used Java, Bootstrap, HTML, CSS, JavaScript, jQuery, spring, hibernate for developing this site.


回答1:


Remove <meta name="viewport" content="width=device-width, initial-scale=1"> from your html file.



来源:https://stackoverflow.com/questions/46905233/how-to-disable-mobile-version-of-website

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