cft icon indicating copy to clipboard operation
cft copied to clipboard

Mobile Safari fixed positioning fix

Open webxl opened this issue 14 years ago • 2 comments

This wasn't working correctly in mobile safari (iOS 4.3.2), probably because the test page wasn't short enough. I also added a hack for iOS 5.

webxl avatar Jun 27 '11 23:06 webxl

@webxl It fixed for ios6 safari as well. Thanks.

lancevo avatar Jul 17 '13 21:07 lancevo

So the test checks if browser understands "-webkit-overflow-scrolling:touch" and assumes "position:fixed" is supported if it does?

kangax avatar Jul 18 '13 16:07 kangax