On My webpage i have a dropdown menu made of css and html. When i open this page on a deevice like an android smartphone or another touch device you cannot click on the dropdown links.
how to make the dropdowsn work?
Printable View
On My webpage i have a dropdown menu made of css and html. When i open this page on a deevice like an android smartphone or another touch device you cannot click on the dropdown links.
how to make the dropdowsn work?
I wouldn't suggest css for drop down menu, or a drop down menu period. However, instead of making it on hover, try onclick because mobile fones don't know if your hovering over that element.
Personally, I use the fones native navigation features. Look into their documentation.