I want to use modernizr.js with my website.
How does it work?
How does it communicate with other js files?
How can I use it?
Does it work in Mobile Application Development with PhoneGap?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it does work with phonegap. Usually what modernizr does is just check if the “browser” has teh specific property and apply a class to the html tag. so you can create styles for browsers that support and browsers that dont support the feature in question.
eg