appyx icon indicating copy to clipboard operation
appyx copied to clipboard

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

Results 115 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...