christophercliff/sausage

doesn't work on iOS

Opened this issue · 3 comments

EppO commented

on http://christophercliff.github.com/sausage/examples/couchdb.html, using iOS 4.3.1, scrollbar keeps at the top when scrolling/swiping up/down. And when I click on a scrollbar section, nothing happens (no jump to the section)

Considering position:fixed is a special kind of not-supported on iOS, I don't see how this would be fixed. But maybe @christophercliff has something up his sleeve, curious to see.

People have reported issues in Mac OS X Lion too. May need to play around with a purely JavaScript solution to replace positon:fixed.

position:fixed is standard css. Apple surely will fix this?