-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard covers most of the screen after switching to from native detached mode #153
Comments
Gboard handles this partially by including a keyboard dismiss button, by which the keyboard disappears, so one can see the full text/document. It does NOT solve the bug that the keyboard can't be moved - you have to use a native keyboard for that, then switch back to Gboard (and the same with ours): |
This is still not working well, since there is no way to re-dock the keyboard, or move it around. I suggest we add an option to move the keyboard to the bottom in the keyboard key long-press popup list. As it is now, tapping that button just hides the keyboard, and when brought back, it is still stuck in the middle of the screen. |
Cf this Apple user documentation: https://support.apple.com/guide/ipad/move-the-onscreen-keyboard-ipad02663f08/ipados Apple has switched from using icons to text labels for the various keyboard configurations. Maybe we should too. |
To repeat:
The keyboard now covers most of the screen, even in split mode (we know this, and it is expected).
BUT: also note how the keyboard button is not present anymore, and there is no way the user can move the keyboard to a more suitable location.
Suggested change: Always make sure the keyboard is 'docked'/attached to the bottom of the screen, so that when switching from a detached (and possibly split) native keyboard, it will automatically be redocked. That will be annoying too, but less so than the present state.
iPad Pro 9.7", iOS 13.3.1.
The text was updated successfully, but these errors were encountered: