You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's something wrong with the new update of Gboard, happening in Android 13 and 14 only. It is disturbing my custom keyboard's dimensions on orientation changes. The same thing is happening in your app also (I cloned your simple keyboard and tested it on the master). I've been searching for the bug but haven't found it yet.
Steps to reproduce:
Enable Simple Keybaord First then switch to gboard and rotate your device to landscape and portrait.
Switch back to Simple Keyboard and rotate the device to landscape you'll see that the height of the keyboard is freezing, actually showing portrait height in landscape mode.
Tested on Google Pixel 6a (Android 14, API 34)
Before:
After:
for your reference affected class is KeyboardView.Java just try to log orientation from getResources() in onMeasure() Method, you'll see that the Orientation is getting stuck at portrait.
There's something wrong with the new update of Gboard, happening in Android 13 and 14 only. It is disturbing my custom keyboard's dimensions on orientation changes. The same thing is happening in your app also (I cloned your simple keyboard and tested it on the master). I've been searching for the bug but haven't found it yet.
Steps to reproduce:
Tested on Google Pixel 6a (Android 14, API 34)
Before:
After:
for your reference affected class is KeyboardView.Java just try to log orientation from getResources() in onMeasure() Method, you'll see that the Orientation is getting stuck at portrait.
Due to this Gbaord Feature: https://www.androidpolice.com/gboard-auto-floating-landscape-layout/#:~:text=Google's%20Gboard%20app%20for%20Android,holding%20your%20phone%20upright%20again.
The text was updated successfully, but these errors were encountered: