isSystemInDarkTheme() always returns false on web I have a kotlin multiplatform app, where I use ...
https://stackoverflow.com/questions/79411232/issystemindarktheme-always-returns-false-on-web
#kotlin #web #android-jetpack-compose #kotlin-multiplatform
Event Attributes
https://stackoverflow.com/questions/79411232/issystemindarktheme-always-returns-false-on-web
#kotlin #web #android-jetpack-compose #kotlin-multiplatform
Event Attributes
Stack OverflowisSystemInDarkTheme() always returns false on webI have a kotlin multiplatform app, where I use isSystemInDarkTheme() to determine if the system has dark mode set.
However, for the generated webapp, isSystemInDarkTheme() always returns false. I t...