public marks

PUBLIC MARKS from marco with tag ios

April 2011

December 2010

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 ios

fixed +   iphone +   javascript +   mobile web +   webapp +