Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to see entire website in mobile device? Not responsive website

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #163342
    tirengarfio
    Participant

    Hi,

    I have this site and this.

    I didn’t add yet to them media queries (maybe in some weeks..) , but if you load the first one on a mobile phone, you will see the entire site, but if you load the second one, you will see just a part..in this latter case, how can I do to see the entire site in a mobile phone as he fist one site?

    #163356
    Paulie_D
    Member

    One one you are using

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    

    on the other you aren’t.

    #163375
    tirengarfio
    Participant

    Thanks, I have remove that line from the second site, but result is the same..

    #163377
    Paulie_D
    Member

    Thanks, I have remove that line from the second site, but result is the same..

    No idea but you that might see if it still the same after the cache has been cleared.

    #163380
    tirengarfio
    Participant

    Yes, I have cleared the cache.

    #163381
    Paulie_D
    Member

    Is there a particular device involved.

    I’ve used the ’emulate’ function in Chrome Developer Tools and it shows me both sites in full.

    #163385
    tirengarfio
    Participant

    I have tried on htc one s/firefox and iphone 5.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.