Submit buttons on Nexus S Android

Submit buttons on Nexus S Android

Hello all,

Happily migrated to Alpha 4 now and everything seems to be working quite nicely. However, I have 2 android devices a HTC Desire HD running Android 2.2.1 and a Nexus S running Android 2.3.1.

I have a form which includes my button which has following markup like so:
  1.       <div data-role="fieldcontain">
  2.           <input data-role="button" onclick="$('#logonForm').submit();" type="submit" data-theme="b" id="logonButton" value="Logon" rel="external" />
  3.       </div>
Now we've tested this on iPhone 4, Blackberry Torch and plenty of other devices and Firefox and Chrome desktop browsers and only on the Nexus S do we have a problem where the button press doesn't do anything ie. doesn't submit the form. All other devices/browsers it works without a hitch and without any errors.

Does anyone have any other Android 2.3.? device to see whether they could confirm this as an issue on standard browser or has anyone come across this before?

Thanks
FxN