Skip to content

Safari won't display virtual keyboard on iPad Pro (iOS 13.5.1) #589

@M0r13n

Description

@M0r13n

Issue summary

When using the newest version of iOS and Safari my iPad won't open the virtual keyboard when trying to select the input field. It only works for a very small area on the left of the screen.
This behavior is also present on https://terminal.jcubic.pl/android.html .

I solved the problem by adding to my CSS file. This also fixes the problem on your Android demo site.

.cmd-clipboard {
    width: 100%!important;
}

Expected behavior

The virtual keyboard opens when I click on the input line.

Actual behavior

It does not open

Steps to reproduce

Open https://terminal.jcubic.pl/android.html with an iPad and try to open the virtual keyboard.

Browser and OS

iOS 13.5.1 + Safari

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bugresolvedif issue is resolved, it will be open until merge with master

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions