问题
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