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

Message input content is pushing into the navigation header and safe area #699

Open
ruYJWkgd opened this issue Dec 31, 2024 · 0 comments
Open

Comments

@ruYJWkgd
Copy link

What did you do?

Typed a really long message, and added an image to the message.

What did you expect to happen?

I expected the message input field to stay within the bounds of the list.

What happened instead?

The message input view went through navigation header and into the safe area of the device (see example below).

Simulator Screenshot - iPhone 16 Pro - 2024-12-31 at 14 51 34

GetStream Environment

**GetStream Chat version:4.69.0
GetStream Chat frameworks: StreamChat, StreamChatSwiftUI
**iOS version:18.2 (and others)
**Swift version:5.X
**Xcode version:16.2
**Device:iPhone 16 Pro (and others)

Additional context

We are setting the height of the composer input so that the view will grow to the top of the screen (similar to how it does in iMessage) using the following setting:
composerConfig: .init(inputViewMaxHeight: UIScreen.main.bounds.height * 0.5)

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

No branches or pull requests

1 participant