test for overflow-y:auto returning true on android < 3 even though it doesnt work
问题 im developing a webapp for android. At a place i need to find whether overflow-y:auto is supported or not in the browser because i need to scroll a div. But tests for this return true in android < 3 , telling that its supported, but when used it doesnt work the way its expected, i.e., the div with overflow-y:auto doesnt scroll. Is there any credible way to see if this property is supported in a browser. i wrote this test using modernizr, but it always returns true, meaning that its supported.