-
I hope that plugin https://plugins.jetbrains.com/plugin/16541-compose-multiplatform-ide-support should support ios/android and desktop not only desktop as it tells in the page
-
**Describe the bug**
When I resize the window, the UI elements scale proportionally, and after a certain delay, they return to the correct size.
**Affected platforms**
- Desktop (Windows)
-->
…
-
**Describe the problem**
After updating to compose multiplatform 1.6.0 and adjusting the code:
```diff
- Window(title = "App") {
+ CanvasBasedWindow(
+ title = "App",
+ canvasElementId…
-
Hey! im working on a sample Compose Multiplatform App to create a QR code with personal information. Its working fine if i scaned with a Android device. But we i tried to read with my iPhone 15 Pro it…
-
It might be a great idea to create and maintain a list of example Compose Multiplatform projects in addition to the official samples. While building an excersise-like [chat app](https://github.com/gle…
-
**Describe the bug**
Skipping frames while resizing a transparant window
**Affected platforms**
Select one of the platforms below:
- Desktop
**Versions**
- Kotlin version*: 1.9.21
- Compose…
-
`Execution failed for task ':composeApp:checkDebugDuplicateClasses'.`
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
> Duplicate class andr…
-
Iam facing some issue with Desktop version while running
`@Composable
fun AppTheme(
useDarkTheme: Boolean = isSystemInDarkTheme(),
content: @Composable () -> Unit
) {
MaterialTheme…
-
## How can i add error handling only for the main page load?
This is the current errors exposed, which says to use OnError callback, but how to pass this callback?
```kotlin
/**
* A list for er…
-
**Describe the bug**
When a window is hidden and then visible again, the focus is not restored to the element that had it before.
**Affected platforms**
Select one of the platforms below:
- Des…