if (Modernizr.touch) {
// Functions for touch screens (e.g. Mobile)
} else {
// Functions for no-touch screens (e.g. Desktop)
}
Disable hover on iOS with modernizr
reference: https://medium.com/@ennsu/disabling-hover-interactions-on-ios-acb034f32325
reference: https://medium.com/@ennsu/disabling-hover-interactions-on-ios-acb034f32325
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.