T8522192
07/22/2024, 9:54 AMandroidx.compose.ui.window.DialogProperties
for multi targets. For js browser it is working fine, but for android, I get compile error No parameter with name 'scrimColor' found.
Seems like a bug to me, or I miss some configs? Any idea..? 🥺Alex Styl
07/22/2024, 10:10 AMAlex Styl
07/22/2024, 10:24 AMT8522192
07/22/2024, 10:31 AMAlex Styl
07/22/2024, 11:56 AMScrim()
composable which sits on top of that native dialog, which dims the background
then on top of that you use the DialogPanel
composable for your dialog's content, where i place it on the center of the screen
makes working with dialogs more predictable this way. For technical stuff look at the NoScrimDialog
on the android sourcesetT8522192
07/23/2024, 3:35 AM