is there a way to feature detect hidden scroll bars? is there a library that already does this? specifically, these are touch devices or computers that hide scrollbars like OS X with a touchpad.
Asked
Active
Viewed 169 times
2
-
Does this help? [How can I detect a Scrollbar presence ( using Javascript ) in HTML iFrame?](http://stackoverflow.com/q/681087) – Danny Beckett Dec 06 '13 at 00:01
-
no, because i'm not checking an iframe, and the current page doesn't necessarily have overflow to warrant a scrollbar already – Jonathan Ong Dec 06 '13 at 03:50
-
The answer isn't just applicable to `iframe`'s. Did you see bobince's answer? – Danny Beckett Dec 06 '13 at 04:02
1 Answers
0
modernizr added this! https://github.com/Modernizr/Modernizr/pull/1029 you'll have to use master though as 3.0 hasn't been released

Jonathan Ong
- 19,927
- 17
- 79
- 118