• Resolved mathijsbok

    (@mathijsbok)


    I want to have our website http://www.appelpop.nl also in desktop view on a mobile screen. But i deleted the viewport meta tag, but still the website is coming way to large on mobile.

    Can someone tell me what i’m doing wrong ??

    kind regards,
    Mathijs

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean by way too large?

    Thread Starter mathijsbok

    (@mathijsbok)

    Hello Andrew,

    i mean on the phone the website doesn’t scale to the width of the screen. I get it like this image http://appelpop.nl/foto-1.PNG

    But i want it like this when the page loaded http://appelpop.nl/foto-2.PNG

    I already deleted the viewport in the header. So that worked for a few days, but now the website is scale 1:1 on the mobile. But it has to be scale 1:0,3

    This doesn’t work either :
    <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1.0,maximum-scale=1.0" />

    Kind regards,
    Mathijs

    Thread Starter mathijsbok

    (@mathijsbok)

    I resolved it.

    Initial-scale has to be 0.2 or 0.3, depending on the width of the website. For me it works.

    <meta name=”viewport” content=”initial-scale=0.2″ />

    kind regards,
    Mathijs

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Desktop view on mobile’ is closed to new replies.