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

Chat title shouldn’t disappear upon keyboard slide-up on iPhone #2503

Open
elatif2020 opened this issue Jan 11, 2024 · 2 comments
Open

Chat title shouldn’t disappear upon keyboard slide-up on iPhone #2503

elatif2020 opened this issue Jan 11, 2024 · 2 comments
Assignees
Labels
bug Something isn't working mobile wontfix This will not be worked on

Comments

@elatif2020
Copy link
Collaborator

elatif2020 commented Jan 11, 2024

The header should be sticky

@roienatan
Copy link
Collaborator

@elatif2020 In iPhone the entire content is pushed up when the keyboard is open regardless of whether the header is sticky or fixed, it's in the iOS level. The only way to make the header still appear after the keyboard is open is to add event listener to check whether the header is off the screen and dynamically place the header lower. Honestly I don't think it's worth adding extra logic and calculations for this. Here is the article that explains this https://www.codemzy.com/blog/sticky-fixed-header-ios-keyboard-fix

@elatif2020
Copy link
Collaborator Author

@elatif2020 In iPhone the entire content is pushed up when the keyboard is open regardless of whether the header is sticky or fixed, it's in the iOS level. The only way to make the header still appear after the keyboard is open is to add event listener to check whether the header is off the screen and dynamically place the header lower. Honestly I don't think it's worth adding extra logic and calculations for this. Here is the article that explains this https://www.codemzy.com/blog/sticky-fixed-header-ios-keyboard-fix

Hi
thanks @roienatan .
I copied your message to the relevant Common stream. Maybe it'll be better to discuss it there also with Matan and Amnon.
Generally I think we should do it (unless we find another solution...)

@elatif2020 elatif2020 added wontfix This will not be worked on and removed Priority - A labels Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mobile wontfix This will not be worked on
Projects
None yet
2 participants