For a clients website I made a Bootstrap menu with dropdown. Everything seems to be working fine in Safari, Firefox, etc. But when I try to view the dropdown items on iPhone/iPad, it’s not working. Does somebody understand why?
Here’s the (website stripped down to only the menu) link to the menu: http://www.buzz-creative.nl/_klanten/menutest
Thanks in advance!
Melissa
Even if your links do not have an href to follow you still need to provide something for them to work, so just plug something like
href="#"into your dropdown links to signify that they are actually links.