Fragula
Fragula copied to clipboard
🧛 Fragula is a swipe-to-dismiss extension for navigation component library for Android
**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()`...
### 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....
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...
Unable navigate from a "fragment" tag fragment to "swipeable" tag fragment or pop to "swipable"
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...
navController.navigate("List"){ popUpTo(navController.graph.id){ inclusive = true } } when use this code it alway crash
怎么实现 this.popUpTo