Fragula icon indicating copy to clipboard operation
Fragula copied to clipboard

🧛 Fragula is a swipe-to-dismiss extension for navigation component library for Android

Results 7 Fragula issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There's an issue when navigating from `` to `` destination, the fragment will not be added to the backstack, which makes impossible to go back using `popBackStack()`...

bug

### Missing features 1. [x] Slide transition using `NavController.popBackStack()` method 2. [ ] Swipe direction parameter 3. [x] Swipe position listener 4. [x] Scrolling controls (`SwipeController` analogue) ### Bugfixes 1....

bug
feature

Hey, thank you for this useful library. How can i have some not-swipeable screen? imagine i have 10 swipeable screen, but i want to keep one of them normal, i...

feature

Unable navigate from a "fragment" tag fragment to "swipeable" tag fragment or pop to "swipable"

bug

Hi, I wanted to ask something. **Is it possible to restrict swiping, i.e. if you swipe anywhere other than the farthest part of the screen on the left, it should...

feature

navController.navigate("List"){ popUpTo(navController.graph.id){ inclusive = true } } when use this code it alway crash

bug

怎么实现 this.popUpTo