September 2012
14islands
On a recent project for a client we experienced the well known iOS5 bug with fixed positioned elements not actually being where they are rendered. This happens after a programmatic call to window.scrollTo()
June 2011
Native style momentum scrolling to arrive in iOS 5 ยท Johan Brook
One of the biggest gripes of web apps in Mobile Safari comes to an end. In iOS 5 Beta 2, you are able to do this on an element with CSS:
overflow: scroll;
-webkit-overflow-scrolling: touch;
And the content inside that element should get native style momentum scroll. Just like any other app in iOS.
1
(2 marks)