-webkit-overflow-scrolling is new to iOS 5. I’m looking for a CSS polyfill or a method rather than user agent reading for detecting if this feature is available. Modernizer don’t detect this.
-webkit-overflow-scrolling is new to iOS 5. I’m looking for a CSS polyfill or a
Share
Modernizr doesn’t detect the property by default, but you can add your own test to it.
Just call this code anywhere:
after the call, your
bodyelement will either have aoverflowscrollingor ano-overflowscrollingclass and you can check the support againstModernizr.overflowscrolling.