Shaun
Shaun

Reputation: 1109

iOS Keyboard Partial Trigger on input focus

When the using the site in Safari on iPhone 5/SE, focusing on either of the two inputs shown below doesn't fully trigger the keyboard. The field toggle and "Done" buttons appear but no keyboard.

We're using a third party chat plugin that we can't swap out for another one.

The live site is: https://www.citywesthousingtrust.org.uk

I'm using the iOS simulator here but it works the same on the physical devices we have too. The issue appears to be limited to iPhone 5/SE.

Any ideas?

Screenshot showing partial keyboard initiation

Upvotes: 3

Views: 382

Answers (1)

Mohamad Bachir Sidani
Mohamad Bachir Sidani

Reputation: 2099

The simulator does this because you have a physical keyboard on your mac so no need to display anything (you can type using your computer keyboard).

If you explicitly need the iOS keyboard to show up, press 'command + K' when you're in the simulator

Hope this helps!

Upvotes: 3

Related Questions