treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] iPad shows/zooms one page in site different than others

  • OK I thought I had this tackled, but apparently this issue popped up again a few months after I delivered the site.

    Does anyone know why every page in http://bestlaneighborhoods.com/ displays fine on iPad, except for the Pre Market Preview page at http://bestlaneighborhoods.com/properties ??
    It zooms in a little bit and the content on the right seems to be cut off. I pretty much use the same type of templates, sizing, etc.

    My GUESS is that this happen because the actual content is very sparse on this page, but even when I added some actual text in the left content block, as well as the sidebar, the page still doesnt display well.

    I don't really want to do the whole "maximum zoom: 1" stuff, users should still have complete freedom over zooming in and out, I just want it to show the page fully upon load (or device rotate).

    Thanks people
  • The content of page in question was not as high as the viewport of the iPad/iPhone. Adding a check to see if it's iOS and if the content height is high enough did the trick.