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
Text entry on Android and iOS devices is accomplished by displaying an "Input Method Editor", or IME (soft keyboard), over the running application. The UI model is such that the application is supposed to adjust its graphical layout so that the text-entry field is repositioned to fit above the newly-displayed keyboard. This change adds support for discovering what the IME's insets are, and adjusting the top-level window to be displayed within the area not covered.
0 commit comments