Florian
08/28/2021, 12:32 PMDominaezzz
08/28/2021, 12:35 PMFlorian
08/28/2021, 12:36 PMDominaezzz
08/28/2021, 12:38 PMPopup
.Sergey Y.
08/28/2021, 12:57 PMAlertDialog/Popup/DropDownMenu
has a bit hacky implementation. I understand they need to show it on top of the rest of UI, but doing it this way(create a new window with a separate ComposeView) I believe this was a quick code path. And because of that, it has issues with positioning and previewing. I wish Compose had an Overlay
widget concept like Flutter.Adam Powell
08/28/2021, 1:38 PMKoskiA
08/28/2021, 2:38 PMAdam Powell
08/28/2021, 4:48 PMAdam Powell
08/28/2021, 4:49 PMAdam Powell
08/28/2021, 4:50 PMAdam Powell
08/28/2021, 4:51 PMAdam Powell
08/28/2021, 4:52 PMKoskiA
08/28/2021, 5:17 PMand interactions with the soft keyboard…expand over the soft keyboard if it’s presentThis is what I was conceptually missing. 🙏 🙇