I need to create a reader screen for a book reader app in android and I need to have a a composable like swipe refresh that comes from the bottoms of page so the users go to next page.
I tried a google Accompanist vertical pager and swipe refresh and in all of them swipe refresh comes from top of screen. is there any alternative for swipe refresh that comes from bottom of screen? or even a something that replicate dragging from bottom of screen.
thanks in advance.