I have this navigation bar on my website and it doesn’t drop down on my iPod touch, I suspect the same for iPhones and iPads.
This is one of the pages
I was wondering if there is any quick fix to enable the touch/hover.
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.
If you are interested in iDevices, then you can use this trick:
If an element has the
:hoverevent then the first tap iOS renders:hoverand the second tap raises the click event.That should work.
P.S. It’s better to make different UI logic for mobile, touch and desktop.