I mean that the cursor is already in the form field and the keyboard already up. here's the code:
<input type="txt" name="TechEntry" autofocus/><br />
This works inside the Safari 5.0.6 on my desktop, but not on the iPhone.
and I have also tried:
<body onload = 'setTimeout(function(){
input.focus();
},500);'>
and it doesn't work on my desktop
and
<body onload='setTimeout("document.Login.txt.focus()",750);'>
and it don't work either
I will admit that Java is over my head for the moment
In my research, I have found that focusing on a field is impossible, but the newest article I found was from last year. I'm just wondering if Apple changed their minds with iOS 5.