-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
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.
Steps to reproduce
Steps to reproduce the behavior:
- Use a device with iOS 26+.
- Open the bottom sheet with a TextField inside.
- 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.
Reactions are currently unavailable