Skip to content

iOS 26 - rounded corners of a keyboard issue #395

@LiLatee

Description

@LiLatee

Bug report

Describe the bug
Hey! I noticed an issue with the bottom sheet on iOS 26. As you can see in the attached screenshot, the new iOS keyboard is rounded at the corners, and because of this, we can see a barrier color between the bottom sheet and the keyboard, which looks bad. Unfortunately, I've not found a quick solution for that.

Image

Steps to reproduce

Steps to reproduce the behavior:

  1. Use a device with iOS 26+.
  2. Open the bottom sheet with a TextField inside.
  3. Press the TextField to show the keyboard.
    e.g.
WoltModalSheet.show<T>(
    context: context,
    pageListBuilder: (context) => [
      WoltModalSheetPage(
        child: const TextField(),
      ),
    ],
  )

Expected behavior

It should show a background color of the bottom sheet instead of barrier's color.



Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions