iOS devices add a lot of annoying styles on form inputs, particularly on input[type=submit]. Shown below are the same simple search form on a desktop browser, and on an iPad
For the submit button don't use:
Instead use the button tag:
Submit
This worked for me.