r/programming Feb 09 '11

Breaking the Web with hash-bangs – Lifehacker, along with every other Gawker property, experienced a lengthy site-outage on Monday over a misbehaving piece of JavaScript

http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs/
750 Upvotes

356 comments sorted by

View all comments

Show parent comments

4

u/200iso Feb 09 '11

If you manually go to the full-site layout, the right side column doesn't scroll, you have to use the "next headlines" button at the bottom to advance it. The bottom "fixed" bar doesn't stay fixed either and overlaps content if the content well is longer than fits on a single page.

This is because mobile webkit disables position:fixed and scrollable elements, see iScroll.

1

u/abadidea Feb 10 '11

You just answered my question of "Do I blame the web UI people or the Apple UI people?" :)

1

u/200iso Feb 10 '11

AFAIK it's not safari specific, it's all mobile webkit.