Mustash: App List bounds should be updated when the keyboard is shown. |
||
Issue descriptionash::AppListPresenterDelegate listens to keyboard bounds changing via OnKeyboardBoundsChanging callback and adjusts the app list bounds accordingly using keyboard::KeyboardController::current_keyboard_bounds(). We need a similar behavior implemented in Mustash. moshayedi@: Do you know if there is an existing mojo interface we can use for these purposes?
,
Dec 8 2016
Awesome, thanks Hadi! Looks like that's what we need:
OnKeyboardStateChanged(bool is_enabled,
bool is_visible,
uint64 display_id,
gfx.mojom.Rect bounds);
,
Apr 19 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by moshayedi@chromium.org
, Dec 8 2016