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 Added minimal changes for supporting Kotlin/wasm. ## Check list - [ ] I have updated `CHANGELOG.md` if required. - [ ] I have updated documentation if required.

## Description - Current NodeConnectors were not caching `Inputs` sent before `onCreate` invocation as they were doing with `Outputs`, this PR solves this problem - Added new module for Coroutines...

enhancement

## Description Have the Appyx navigation demo app scale dynamically for web.

Reproduce: https://bumble-tech.github.io/appyx/components/experimental/#puzzle-15 - Play around, drag tiles - On occasion, it's possible that the drag starts affecting another tile

bug
gestures
appyx-interactions
P2
visual bug

Might be related to #599 Reproduce: https://bumble-tech.github.io/appyx/components/experimental/#puzzle-15 - Drag the tiles then try to reverse back to start (still holding the drag). - A teeny-tiny gap remains until the tile...

bug
gestures
appyx-interactions
P3
visual bug

The Spotlight component does not work correctly with accessibility. Please review the following video. https://github.com/bumble-tech/appyx/assets/1333155/458a2634-93d3-423d-8324-a49b611e1e92 ### Issue 1 Using the single swipe gesture, a user should be able to navigate...

bug
P1
appyx-components-spotlight
appyx-components
complexity: low
accessibility

Right now we need to hold on to an instance of the `TransitionModel` if we want to observe the model state. Todo: have `InteractionModel` also offer a flow of ``,...

enhancement
appyx-interactions
P2
complexity: trivial

Scenario: 1. Pass `animateSettle = true` to a created `InteractionModel` instance. 2. Test keyframe mode with button + also with dragging ER: the keyframe settles with an overshoot that's in...

bug
appyx-interactions

**Scenario**: Touching an element that can be gesture-driven while it's transitioning between two states **ER**: Should result in the transition stopping, and continuing as per the gesture dictates **AR**: Undefined...

bug
gestures
appyx-interactions

below here is the error : `Could not resolve all dependencies for configuration ':composeApp:wasmJsCompileClasspath'. > Could not resolve com.bumble.appyx:appyx-navigation:2.0.0-alpha10. Required by: project :composeApp > No matching variant of com.bumble.appyx:appyx-navigation:2.0.0-alpha10 was...