Home › Forums › JavaScript › CSS Hover Menu not working on iOS › Reply To: CSS Hover Menu not working on iOS
July 20, 2014 at 6:28 pm
#175946
Participant
Nope, it doesn’t work. The tabindex makes an unfocusable element become focusable. Behavior is undefined for unfocusable elements like div’s and li’s when you try to focus on them, so it varies across browsers unless you add a tabindex. However, mobile chrome and safari on ios aren’t following spec for tabindex.