Need help to make keypad visible in iOS Safari to tap Done button(Mobile Web)

I am clicking on input textfield on iOS Safari, but keyboard do not appear.
But i need to tap “Done” on keypad to submit the input field. So How can i make the iOS soft keyboard to appear on iOS Safari

Having the same problem here,
I want to see if the keyboard is blocking any of the web content.

  1. the keyboard wont show up at tap, or click
  2. what should I use to assert that the keyboard is not blocking the text box? (since text box has status: pending, isdisplayed, isvisible wont work)