PDA

View Full Version : vb5 and mobile devices


ageurtse
06-08-2014, 07:54 AM
Is there a way to disable the mobile device check.

I wan't that my forum is displayed in desktop view on mobile devices.
But i can't find out how to do this.

could some one help me with this.

ageurtse
06-13-2014, 04:40 PM
For those who are interested, i some how managed to get the desktop look on my mobile device :)

below i will describe what i did.

https://vborg.vbsupport.ru/external/2014/06/47.png

what i did is go to admincp -> style manager -> edit templates
open the header template

search in the template for
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1" />

and replace it with
<meta name="viewport" content="width=1000px, minimum-scale=0.1, maximum-scale=5" />