-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
bug(android): swapping keyboards via picker in landscape results in poor kbd layout #10241
Comments
May be related to #10054. |
Will re-assign when we get to that sprint |
Re-opening due to @bharanidharanj 's user testing fail on |
I've debugged the issue to MainActivity.onResume() keyman/android/KMAPro/kMAPro/src/main/java/com/tavultesoft/kmapro/MainActivity.java Lines 270 to 274 in c494581
Sometimes after rotating from Portrait to Landscape orientation, newOrientation incorrectly reports Portrait orientation. So the app resumes with Portrait OSK dimensions. |
Is there any public reference to this issue? |
Hmm, I've seen
I haven't found recent reports. |
snap |
From user-testing of #7324:
Originally posted by @bharanidharanj in #7324 (comment)
I have reproduced this on
master
- thus it is not afeature-gestures
issue. There's a chance this is related to recent ✨ Android optimizations.Of note: simply tapping the globe-key to swap keyboards does not cause the issue. Using the picker menu causes it.
The text was updated successfully, but these errors were encountered: