hello,<br>
        I have my semester exams going on currently so am not able to give<br>
the maximum time<br>
to this patch, I also regret that I dint followed the bottom level posting,<br>
and all the mess ups.<br>
In order to identify a ios device we can use<br>
<br>
if( navigator.userAgent.match(/<br>
Android/i)<br>
 || navigator.userAgent.match(/<div id=":iy">webOS/i)<br>
 || navigator.userAgent.match(/iPhone/i)<br>
 || navigator.userAgent.match(/iPad/i)<br>
 || navigator.userAgent.match(/iPod/i)<br>
 || navigator.userAgent.match(/BlackBerry/i)<br>
 )<br>
<br>
<br>
{<br>
<br>
$(function () {<br>
   $('input:text').prop({<br>
       autocapitalize: 'off',<br>
       autocorrect: 'off'<br>
   });<br>
});<br>
<br>
}<br>
<br>
I am confused regarding which file this code is to be updated in<br>
phpmyadmin??<br>
I have to submit the patch before 10th.. please help</div>