Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MM-62896 Keyboard blocks input #8646

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

MM-62896 Keyboard blocks input #8646

wants to merge 3 commits into from

Conversation

enahum
Copy link
Contributor

@enahum enahum commented Mar 6, 2025

Summary

This PR Addresses two things:
On one hand in the interactive dialog was blocking other elements of the dialog without being able to scroll til the end, on the other hand, Android 10 and below has a problem setting the windowSoftInputMode as adjustNothing as it does not trigger the events for keyboardDidShow and keyboardDidHide, so the keyboard was blocking the text field.

Ticket Link

Fixes: #8514
https://mattermost.atlassian.net/browse/MM-62896

Release Note

Fixes an issue where the keyboard blocks the text input

@enahum enahum added 2: Dev Review Requires review by a core commiter CherryPick/Candidate A candidate for a quality or patch release, but not yet approved 3: QA Review Requires review by a QA tester labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core commiter 3: QA Review Requires review by a QA tester CherryPick/Candidate A candidate for a quality or patch release, but not yet approved release-note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyboard hiding the text I'm tapping
3 participants