html - Page proportions off only on iPad -
i have included 2 images using ios simulator in xcode, how looks on ipad turned portrait. in first image can see bottom bar cut off. second has been scrolled down starting position when page loaded on ipad. know why ipad display when fine in browser (i.e., bars attached top:0
, bottom: 0
respectively)
here css bars.
.bars { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; width:100%; left:0px; height:54px; box-shadow:0px 1px 4px #444; background:white; z-index:100; } #top{ position:fixed; top:0px; min-width:0px; } #bottom{ position:absolute; z-index:100; bottom:0px; }
Comments
Post a Comment