Hi Pauldivaniii,
I’ve done an investigation and found that you should set the autocorrect attr to off in your <input> tags (textfields):
<input type=”text” id=”your-field” autocorrect=”off” />
To include this attr in your textfield you can add the next code in the phoneui.documentReadyHandler function:
$("#m1-<screenName>-<textfieldName>").attr("autocorrect","off");
Worked well on iPod touch iOS 6.1.3