Alex Styl

Results 16 issues of Alex Styl

**Describe the bug** I am trying to render Compose on a share extension. No matter what I tried, the view renders black. **Affected platforms** - iOS **Versions** - Kotlin version*:...

bug
ios
reproduced

@TomTruyen said in https://github.com/composablehorizons/compose-menu/issues/1: I would love it to also be able to open it on an input for a TextField, lets say if I type "/" in a textfield...

enhancement

Right now the MenuContent's width depends on its children width. However, it would be nice to have the option of it matching its `MenuButton` width. This behavior is rather common...

enhancement

**Describe the bug** The following code does not render the image, even if the image success callback is triggered: ```kotlin Column(Modifier.width(IntrinsicSize.Min).height(IntrinsicSize.Max)) { AsyncImage( model = "https://images.unsplash.com/photo-1563089145-599997674d42?q=80&w=3540&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", contentDescription = null )...