I've web site 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.
Remove <meta name="viewport" content="width=device-width, initial-scale=1">
from your html file.