Forums

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

Home Forums CSS [Solved] Quirks when alternating between portrait & landscape

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41825
    modiophile
    Participant

    I’m running into a couple of quirks when alternating between portrait and landscape modes on both my Android and iPhone devices.

    iPhone quirk
    When opening up a webpage in portrait at

    @media only screen and (max-width: 479px) {…}

    and then switching to landscape at

    @media only screen and (max-width: 767px) {…}

    the portrait mode stays stuck! even if I refresh the page. So the result is a blurry zoomed in view of the portrait mode.

    #120187
    stevencrader
    Member

    Do you have a link or example to show us?

    #120188
    dfogge
    Participant

    are you using a meta viewport tag in your head?

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