wwalkingg

Results 10 comments of wwalkingg

> // Android > Dialog( > onDismissRequest = {}, > content = { > Content() > } > ) We still need to wrap it with another layer ourselves?

If using Compose's API, should directly support Compose Multiplatform. This can prepare for the future Compose iOS and also take the initiative. Moreover, the Compose API is cross-platform.

The process of downloading does not follow through with the proxy. But why?

By the way, /Local/AppData/tauri/ dir doese not exist in Tauri2.0.

Lottie is important in client!

I think it's sufficient to not display the TitleBar, but retain the shadow and the ability to resize.

> @AlexeyTsvetkov the exception reads: > > ``` > > Exception in thread "main" java.lang.ExceptionInInitializerError > > at androidx.compose.ui.res.ImageResources_desktopKt.loadImageBitmap(ImageResources.desktop.kt:33) > > [...] > > Caused by: org.jetbrains.skiko.LibraryLoadException: Cannot find libskiko-macos-arm64.dylib.sha256,...

> still happens on Mac M1 > > Compose version = 1.5.1 > > Kotlin version = 1.9.10 > > plugin = multiplatform > > > > > > if...