I have a simple iOS web app question.
When you create the input text field, users click on the text field, mobile safari will autofocus the input field, auto move the user clicked input field into the center of the screen. The visual keyboard pushed the canvas to the top or the left or whatever the space where they can center the input field.
Well, what I am trying to do is disable the autofocus on the input field so that users click on the input field, the canvas does not move or animate at all, canvas stay on the screen like fixed, and the visual keyboard may overlap the input fields.( Trying to achieve by Javascript or CSS )