drawer
drawer copied to clipboard
JS catches form click
When including a form (such as a search box) in the navigation's footer, clicking the search button does nothing, presumably because the drawer's JS is catching the click event.
Judging by the event that fires when attempting to click the submit button, I believe the problem may be related to this issue on the iscroll project: https://github.com/cubiq/iscroll/issues/928