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

[Solved] iphone view issue

  • hai.....i have an isue...in iphone,,at first the site site good view in portrait,,then we turn horizontal the iphone it will fine,,again its turn in portrait mode a scroll appear in bottom of the site,,please help me

  • Do you have a link?

  • any metatag issue?

  • You have a lot of css files linked in there...my guess is that they are fighting.

  • Maybe one of your elements isn't resizing back. It works fine on a desktop browser, so this could be a real pain to sort. Try removing the slider to see if that fixes it. If not, remove another part until you find the culprit.

    Good luck! Haha.

  • Try with this meta

    <meta content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" name="viewport"> 
    

    But from the issue You described, I think that you have some css conflict.

    Btw I have seen that you use bootstrap framework. I had fight with this framework a week ago and i had to make some major changes because of a few project issues. I want to say that its possible you overwright some bootstrap styles or there is some bootstrap malfunctioning in your case . Anyway, my opinion is that bootstrap is not the best choice when you are building responsive site. You may try with skeleton, (I think its better). Cheers !

  • thankz all....the issue bootstrap style for text area....customize the style and its working fine.....again thnks 2 all