Skip to content

fix(overlay): keep feed overlay non-focusable to allow launcher keyboard input#59

Open
johanneswilm wants to merge 1 commit into
NeoApplications:mainfrom
johanneswilm:fix-keyboard-focus
Open

fix(overlay): keep feed overlay non-focusable to allow launcher keyboard input#59
johanneswilm wants to merge 1 commit into
NeoApplications:mainfrom
johanneswilm:fix-keyboard-focus

Conversation

@johanneswilm

Copy link
Copy Markdown

When Neo-Feed is enabled as a launcher feed provider, the overlay window was temporarily made focusable while visible. This stole focus from the launcher, preventing the soft keyboard from appearing in the app drawer search field.

Keep FLAG_NOT_FOCUSABLE set at all times and only toggle FLAG_NOT_TOUCHABLE when showing/hiding the overlay. Also start the overlay with alpha 0 so it does not cover content before the first open gesture.

Fixes the long-standing issue where the keyboard does not show in the Neo-Launcher app drawer when Neo-Feed is enabled.

…ard input

When Neo-Feed is enabled as a launcher feed provider, the overlay window
was temporarily made focusable while visible. This stole focus from the
launcher, preventing the soft keyboard from appearing in the app drawer
search field.

Keep FLAG_NOT_FOCUSABLE set at all times and only toggle
FLAG_NOT_TOUCHABLE when showing/hiding the overlay. Also start the
overlay with alpha 0 so it does not cover content before the first open
gesture.

Fixes keyboard not showing in Neo-Launcher app drawer when Neo-Feed is
enabled.
@johanneswilm

Copy link
Copy Markdown
Author

On my Fairphone 6, this fixes #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant