public marks

LINK

Implementing a Fixed Position iOS Web Application

by marco & 1 other
In a desktop web application, this would be a simple feat because desktop browsers support position: fixed. In mobile Safari, setting an element to position: fixed does not fix the element relative to the viewport. To achieve fixed elements, we need to override native scrolling and implement our own custom scrolling for the content that we want to be scrollable.

Comments

No comment on this link yet.


PUBLIC TAGS
on this link

css   fixed   ios   iphone   mobile   mobile web   web   webapp  

BY

marco
the 13/12/2010 at 21:58

greut
the 13/12/2010 at 07:00