-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile Safari sees a flash of <input type=range> on page load #160
Comments
i guess you have good eyes. :) yeah we can position it offscreen or |
I was debugging something by reloading a page on my phone over and over...and over again, and it kinda caught my eye :) |
Is this issue resolved? I had to remove v1.6 from a project because the 50 flashing on the screen. Thanks, |
Yes. it has been resolved. you can use the modernizr.js here or use the new builder: |
Thanks Paul! |
…type=range Cache the inputElemType for speed. I hope to remove the extra Opera handling when 11.10 comes out. Fixes Modernizr#159 Fixes Modernizr#160
…type=range Cache the inputElemType for speed. I hope to remove the extra Opera handling when 11.10 comes out. Fixes Modernizr#159 Fixes Modernizr#160
Heya,
When I visit a modernizr-enabled page in Mobile Safari on iPhone 4.2, there's a brief flash of a textfield containing '50' at the top of the page, which is the result of an <input type=range> being inserted into the page (
Modernizr/modernizr.js
Line 763 in 17085bf
Can this be avoided, or perhaps just styled to appear outside the page?
-Jonathan
The text was updated successfully, but these errors were encountered: