Alexander Zhirkevich

Results 9 issues of Alexander Zhirkevich

**Describe the bug** material3 Switch ripple appears lower then needed when switch is toggled off **Affected platforms** - iOS - Desktop **Versions** - Kotlin version*: 1.8.20 - Compose Multiplatform version*:...

bug
desktop
ios
reproduced

Short description: **Provide API for native like(or really native) navigation between Compose screens on iOS with native gestures.** Previous title: **[UIKit] Unclear behaviour of nested `UIViewController`s lifecycle** I try to...

enhancement
ios

`BottomSheetScaffold` causes crash when `sheetShape` is `RoundedCornerShape` with one or more zero corners EDIT: not only scaffold. Some other composables like `Button` with externally defined `shape` argument also causes crash...

bug
web
reproduced

It'd be great to heave a wasm support. May be in a different experimental branch

https://user-images.githubusercontent.com/63979218/234543771-ff34faf7-3849-4064-9fdc-484c7b60efb9.mov ```kotlin NavHost( navigator = navigator, initialRoute = "1", navTransition = NavTransition( createTransition = slideInHorizontally { it }, destroyTransition = slideOutHorizontally { it }, pauseTransition = slideOutHorizontally { -it /...

## Proposed Changes Initial iOS floating cursor support. https://github.com/JetBrains/compose-multiplatform-core/assets/63979218/1c6681dc-5295-4712-80e0-f08f58f4687e ## Testing Test: hold space bar and move the cursor ## Issues Fixed Fixes: https://github.com/JetBrains/compose-multiplatform/issues/4593

Translucent app bars use full-page shader that overlaps `UIKitView`s. Workaround: set `isTranslucent = false` for both bottom and top bar.

bug
component: Scaffold

**Describe the bug** I want to place UIKIt view with transparent background on top of my Compose content, but [this](https://github.com/JetBrains/compose-multiplatform-core/blob/feaab5420821266f10982a0b36d41b22d89bc3bf/compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/interop/UIKitView.uikit.kt#L109) line cuts underlying Compose content and exposes the white root...

enhancement
rendering
ios

Hi. Added support for Luma and Inverted Luma matte mode cc @gpeal