The menu on this site doesn't show when using an iPad. It's designed so that the menu is hovered on and the ul li
list below should show, but it doesn't. When you click the menu, nothing appears.
I need to write some JS using onclick
events instead to make the sub menu show. But this needs to be specific for iPad ONLY.
Is it possible to write JS specific to only certain devices?
I just need to get this menu working, it seems iPads will not show hover items even when you click... which renders the entire use of :hover
defunct on iPads.