forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resize egl window when software keyboard is shown
* This only works for mobile. On other devices, needs some improvements. For examples, wearables have a very small UI area outside the keyboard area. The TV-emulator has a translucent software keyboard, so window resize is unnecessary. Lastly, on real TV device, the current way that to handle HW-back key fallback on text_input_channel is not enough. We have to take the time and improve it one by one. Signed-off-by: Boram Bae <boram21.bae@samsung.com>
- Loading branch information
Showing
8 changed files
with
195 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.