appyx icon indicating copy to clipboard operation
appyx copied to clipboard

Model-driven navigation + UI components with gesture control for Compose Multiplatform

Results 117 appyx issues
Sort by recently updated
recently updated
newest added

While using: ``` class MainActivity : NodeComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContent { ... } } } ``` I have an error during the build: ``` e:...

## Description `ChildAware` allows any T, but `ChildAwareExt` only `T : Node`. Align it. ## Checklist - [x] I've updated `CHANGELOG.md` if required. - [x] I've updated the documentation if...

Got the following crash on demo app start (and the same I have in my KMP project) `java.lang.IllegalStateException: LifecycleOwner of this LifecycleRegistry is already garbage collected. It is too late...

SAMY im trying to contact you i want to purchaxe NEXTV 70 licences lifetime, however there is an issue with nextv entitlement please reach out to me [email protected]

## Description Fixes #600 The `.onPointerEvent` modifier applied to the parent `Box` of the container was always active, even when `isGesturesEnabled` was set to false. This caused unnecessary interception of...

## Description Uses java.util.Objects.hashCode() to protect the NavKey.hashCode function from throwing errors when id is null. Id is never supposed to be null, but we keep getting crashing errors in...

UI get stuck when I try to remove cards fastly [screen recording ](https://vimeo.com/990630808)