Forms on Windows Mobile 7

Forms on Windows Mobile 7

Has anyone managed to implement a form successfully on Windows Mobile 7?

I'm using an HTC Spark / Trophy and whenever the phone sees an input tag, a blank page is returned.  Strangely the code works on the jQM site, but when I place the code from the forms test page on either my own machine or my server, it has the same problem - input tag results in blank screen.

The response is coming back the same but even if I set:

$.mobile.page.prototype.options.keepNative = "input";

- to override the jQM element parsing, it still fails.

I can't see anything in the headers that would cause the problem - content-type is set to text/html; charset=utf-8

I'll carry on looking through it - next up will be to step through the form tag manipulation - but I just wanted to see if anyone else had noticed this problem?