Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter-tizen/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7cd03ba3df4c86f13a75b0e66b72ddfc001b688c
Choose a base ref
...
head repository: flutter-tizen/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d288b3dbf1c37bd1e7b2f1ee4add46c036c3371
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Dec 9, 2020

  1. 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>
    bbrto21 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4d288b3 View commit details
    Browse the repository at this point in the history
Loading