sausage icon indicating copy to clipboard operation
sausage copied to clipboard

doesn't work on iOS

Open EppO opened this issue 14 years ago • 3 comments

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)

EppO avatar Apr 06 '11 19:04 EppO

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.

imakewebthings avatar Apr 07 '11 06:04 imakewebthings

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

christophercliff avatar Apr 07 '11 13:04 christophercliff

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

ShaggyDude avatar Apr 08 '11 22:04 ShaggyDude