-
-
Notifications
You must be signed in to change notification settings - Fork 571
Safari won't display virtual keyboard on iPad Pro (iOS 13.5.1) #589
Copy link
Copy link
Closed
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master