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

## Description Getting rid of unnecessary `composed` modifiers to optimize performance List of findings during this migration: 1. It matters where you create a Modifier. If a modifier is created...

performance

## Description ... ## Check list - [ ] I have updated `CHANGELOG.md` if required. - [ ] I have updated documentation if required.

Hey, would it be possible to add a simple example in documentation, that demonstrates how to pass result from child to parent, when using Appyx navigation? Or maybe add a...

## Description ... ## Check list - [ ] I have updated `CHANGELOG.md` if required. - [ ] I have updated documentation if required.

Hello there, more a question than an issue. I've the following configuration : a `ParentNode` with 1 child `Node`. I'm listening to the `Lifecycle` of each `Node` to make some...

Context about our use case: Showing Google Maps on the background all the time and show our own UI on top of the map. Transitions between our UI keeps Google...

All current sandbox screens should be added to screenshot tests to make sure we don't break them. Just the baseline would do fine (i.e. no scenarios are needed at this...

appyx-interactions
P2
complexity: low
testing

After making the lifecycle multiplatform the behavior has changed compared to Androidx `Lifecycle`. Steps to reproduce: 1. Move `Lifecycle` to `CREATED` state 2. Add `DefaultLifecycleObserver` to the `Lifecycle` 3. `androidx.LifecycleObserver`...

bug
lifecycle

Example: https://bumble-tech.github.io/appyx/navigation/ Cards in the web example can be swiped to the right. However, it is only clear that you can interact with the "Pop" and "Push" buttons. If the...

documentation
enhancement

After updating AGP 8.x the Javadoc step for non-multiplatform Android libraries has started to fail due to the following issue: https://youtrack.jetbrains.com/issue/KTIJ-19005 It seems that the version of Dokka that AGP...

documentation