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

6.4 broken on pagesheets #270

Open
Janneman84 opened this issue Sep 11, 2024 · 1 comment
Open

6.4 broken on pagesheets #270

Janneman84 opened this issue Sep 11, 2024 · 1 comment

Comments

@Janneman84
Copy link

Janneman84 commented Sep 11, 2024

See screenshot below. After updating from 6.3 to 6.4 the inputbar falls mostly behind the keyboard. This only happens when presented as pagesheet, both on iPhone and iPad.

Simulator Screenshot - iPhone SE (3rd generation) - 2024-09-11 at 09 32 34

You can test this in MessageKit example app with one small change to the code. In LaunchViewController.swift replace

splitViewController?.showDetailViewController(detailViewController, sender: self)

with

splitViewController?.present(detailViewController, animated: true)

Oh and the SwiftUI example seems to be broken too (even when it's not a pagesheet), I'm not sure if it's related though.

@Janneman84
Copy link
Author

Please look here where I suggest a solution:

#263 (comment)

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