public marks

PUBLIC MARKS from marco with tag fixed

13 December 2010 21:45

Implementing a Fixed Position iOS Web Application

by 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.

marco's TAGS related to tag fixed

ios +   iphone +   mobile web +   webapp +