Skip to main content
1 vote
1 answer
50 views

I'm working on vertical paging, using TabView. I put player code in TabView and rotate it to show vertical paging, but UI breaks. Vertical Pager struct EpisodeVerticalPager: View { let episodes: ...
steveSarsawa's user avatar
  • 1,730
0 votes
0 answers
67 views

I have problem with getting git pager working when I have ssh connection. I am using latest windows terminal and the remote is a ubuntu 24. This config does not use less when I am running ie. git log ...
ve6nu9o6's user avatar
0 votes
0 answers
62 views

A View in Drupal returns several hundred of items. For user's comfort I want the first pages to be loaded automatically using ajax. For this I use the "infinite_scroll" pager module. I load ...
user15739925's user avatar
0 votes
1 answer
65 views

When I run git branch on certain machines, I get a simple list of branches using what seems like the result of running the cat command. However, especially on machines running ZSH, it seems like the ...
jiminikiz's user avatar
  • 2,909
3 votes
0 answers
105 views

I have two feeds in my Android application. One is for friends' posts and the other is recommended ones. So these are first two tabs. For both I use Pager 3 Remote Mediator and Room's paging source, ...
JackSaf's user avatar
  • 103
0 votes
1 answer
125 views

I have nine screens and I want use NavHost with HorizontalPagerIndicator.
Slava's user avatar
  • 767
1 vote
0 answers
38 views

well in my code i have a pager, but when i have many information it become too long so much that I can't go back to the first page, i need make it like a google pager . i tried to reduce the variable $...
daniel hernandez's user avatar
3 votes
0 answers
467 views

I'm trying to create a VerticalPager, where the first item in the pager is kind of a "header", therefore I want it's height to be smaller then all the other pages. so the height should be ...
TheDragoner's user avatar
2 votes
0 answers
258 views

I'm trying to create a cover flow carousel effect in Android using jetpack compose like in the image below. Image I almost got the result. But the scroll animations are not smooth.I used translationX ...
Gokuldas V R's user avatar
1 vote
1 answer
412 views

I have a Pager from which I get the position progress from 0 to 1. I would like to change the background color of the Surface that contains the Pager depending on the PagerState the same way I was ...
Zinfroy's user avatar
  • 35
1 vote
1 answer
165 views

In git I can use: git config --global core.pager "less -FX" This will: When an output is longer (like git log) than a single page a pager (less) is used When output is short, it is not Is ...
sixtyfootersdude's user avatar
0 votes
1 answer
48 views

I am using a collectionview to create a pager. The pager shows 4 cells and is scrolling by another 4 (the number does not matter). The first cell of the 2nd page should be visible at the edge, as a ...
tobidude's user avatar
  • 550
2 votes
2 answers
5k views

Is there a manual way or an appropriate way to change the current page for a Pager? I may be breaking some written rules, but essentially I am updating the content of pages, but not changing the ...
Cayce K's user avatar
  • 2,328
0 votes
0 answers
46 views

I want to use my trackpad in macOS to scroll less horizontally. Is there a way to do this?
HappyFace's user avatar
  • 4,193
1 vote
0 answers
473 views

I have VerticalPager and demo auto scroll for him in LaunchedEffect. I want 3 conditions to stop auto scroll: Stop after scroll of 3 slide - done this in code it`s ok Stop on button press - done this ...
user281850's user avatar

15 30 50 per page
1
2 3 4 5
33