You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to show a ModalBottomSheet it requires 2 press of the button show the sheet on iOS.
In my sample code, the first list item button that you press seems to work fine, but the second and third one each require two presses. And then after you get them to successfully show the sheet once they seem to work correctly on every press after that, but this issue does come back after navigation. But in my actual app, every list item button that I click(including the first) requires two presses on iOS to show the sheet the first time.
One other thing that doesn't seem to show in the video below is that the screen does flash when pressing the button the first time. It's like the scrim shows for a millisecond and disappears.
Describe your issue
When trying to show a ModalBottomSheet it requires 2 press of the button show the sheet on iOS.
In my sample code, the first list item button that you press seems to work fine, but the second and third one each require two presses. And then after you get them to successfully show the sheet once they seem to work correctly on every press after that, but this issue does come back after navigation. But in my actual app, every list item button that I click(including the first) requires two presses on iOS to show the sheet the first time.
One other thing that doesn't seem to show in the video below is that the screen does flash when pressing the button the first time. It's like the scrim shows for a millisecond and disappears.
RocketSim_Recording_iPhone_16_Pro_6.3_2025-11-07_16.50.35.mp4
What version of Compose Unstyled are you using?
1.47.2
What version of Compose are you using?
CMP 1.9.2 and CMP 1.10.0-alpha03
Which platforms can you reproduce the bug on?
Select one or multiple:
Minimum reproducible code