swipe icon indicating copy to clipboard operation
swipe copied to clipboard

Swipe gesture actions for Compose UI

Results 20 swipe issues
Sort by recently updated
recently updated
newest added

This is probably an edge case but when swiping left and right quickly, swipe action's background color flicker with opposite side's color. https://user-images.githubusercontent.com/5840013/168461870-b77a15c2-a5b8-44b5-92e9-7f2b42ffc0a4.mp4

When using swipe actions on scrollable items, swipe actions gets triggered unintentionally. It can be triggered more easily when list items have smaller heights. https://user-images.githubusercontent.com/5840013/168461727-7986df7c-d956-4636-9622-53bc57e592f5.mp4

Currently content can be swiped/dragged fully. I think UX is better when swipeable distance is limited so an option to limit it would be a good addition.

enhancement

Hi! i have an card in compose and i added your lib, i liked a lot. but i want do things that im not sure if your lib can do...

It would be nice if we could als add text next to an icon or instead of the icon. Maybe we should be able to add another compose element.

**Describe the bug** Gradle will crash while creating a new build after the library is implemented **To Reproduce** Steps to reproduce the behaviour (including any applicable code): 1. Set `AGP`...

The library currently only supports swipe to action, but it could also contain functionality for swipe to reveal a set of actions (https://developer.apple.com/documentation/swiftui/view/swipeactions(edge:allowsfullswipe:content:)). This gist is an example of an...

Add `swipeMaxDistance` and `swipeFrictionEasing`, `swipeMaxDistance` to limit distance, `swipeFrictionEasing` to control friction effect. There is a problem that i have no idea how to deal with the side that has...