Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
on mobile, remove the hover and do it on click. Tobish the first click opens the menu. the second click is already with the menu open - goes to the link
1. https://knackforge.com/blog/karalmax/how-deal-hove...
2. stackoverflow.com/questions/2851663/how-do-i-simul...
Media-query list (as an addition) :
@media (pointer:coarse) {
/* Primary Input is a coarse pointer device such as touchscreen or XBox Kinect etc */
}
@media (pointer:fine) {
/* Primary Input is a fine pointer device such as a mouse or stylus */
}
@media (hover:none) {
/* Primary Input doesn't respond to hover at all, even partially (ie: there is no pointing device) */
}
@media (hover:on-demand) {
/* Primary Input responds to hover only via emulation, such as touch screen devices */
}
@media (hover:hover) {
/* Primary Input responds to hover fully, such as a mouse or a Nintendo Wii controller */
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question