cft
cft copied to clipboard
Mobile Safari fixed positioning fix
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 It fixed for ios6 safari as well. Thanks.
So the test checks if browser understands "-webkit-overflow-scrolling:touch" and assumes "position:fixed" is supported if it does?