Home  >  Q&A  >  body text

How to move the page up in iOS Safari to accommodate the pop-up keyboard

<p>How do I move the page up when the keyboard is shown on Safari on iPhone? Currently the keyboard covers the input box when someone focuses on it. I want the keyboard to be below the input box. Can anyone please help? How to cancel this effect when the input box loses focus? </p>
P粉715228019P粉715228019438 days ago632

reply all(1)I'll reply

  • P粉388945432

    P粉3889454322023-08-10 14:07:41

    Add this tag to the <head> of your HTML:

    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    

    reply
    0
  • Cancelreply