Skip to content

6.4 broken on pagesheets #270

@Janneman84

Description

@Janneman84

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions