3

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.

Zoe
  • 27,060
  • 21
  • 118
  • 148
Hajrudin
  • 145
  • 3
  • 13

1 Answers1

4

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

keith
  • 5,122
  • 3
  • 21
  • 50