I've been working on that for one of my libraries. Best I can find is having a top-level box to overlay the rest of the screen when a dialog is opened.
l
Landry Norris
10/20/2022, 1:05 PM
They added Popup to iOS compose in 1.2.0-beta01. You can use this to manually create a dialog, but you have to handle sizing and positioning. I’d recommend waiting until they add something official inside.
Landry Norris
10/20/2022, 1:06 PM
Or you can look at the source for the Android Dialog and see if there’s parts you can put together on iOS.
u
闫文静
10/26/2022, 7:46 AM
Thank you for your advice
a
Arkadii Ivanov
11/19/2022, 11:52 AM
Just in case someone interested, here is my implementation of