I am working on a webpage that uses twitter bootstrap to create dropdown menus with submenus. Everything is working fine on a desktop browser, but when I open it up in mobile safari on the iPad I run into issues. If there is an input of any kind below the submenu, rather than following that link, the touch event goes to the input instead. So if there is a text input underneath the submenu item, the cursor will enter that box.
Note that this only occurs on submenus, not the primary drop down. Also, the submenu item works just fine when there is nothing behind it. Any ideas?