LeoColman
11/11/2021, 1:25 PMAkif Abasov [JB]
11/11/2021, 1:44 PMdialog
tag. https://css-tricks.com/some-hands-on-with-the-html-dialog-element/
2. Default HTML positioning things like
position: absolute
, left
, top
, etc… I think there are lots of examples in the internet.hfhbd
11/11/2021, 1:44 PMLeoColman
11/11/2021, 2:04 PMLeoColman
11/11/2021, 2:05 PMhfhbd
11/11/2021, 2:06 PMLeoColman
11/11/2021, 2:12 PMDialog(visible = dialogState) { ... }.open()
, as this exists in Android's ComposeLeoColman
11/11/2021, 2:12 PMLeoColman
11/11/2021, 2:13 PMNorbi
11/11/2021, 2:21 PMhfhbd
11/11/2021, 2:21 PM<dialog>
tag, but it is unsupported in Safari). So either use some frameworks, eg bootstrap, RingUI (?) or MaterialUI, which is used on Android, or develop it by yourself.