100 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
73
views
Implementing document anchoring/bookmarking in embedded Collabora Online
I’m working on a document bookmarking feature where users can save references to specific content in embedded Collabora Online documents. The feature needs to work with PDF, DOCX, XLSX, and PPTX files ...
0
votes
0
answers
124
views
How to maintain scroll position across tabs and rotation in SwiftUI?
I have a view called SurahView. In this view, I need 2 modes: translation and reading.
In the translation mode, I have a series of verses with both the Arabic text and English text for each verse.
In ...
0
votes
1
answer
89
views
Scrollable list items flicker when keyboard is dimissed
In code below, when the list has more items than can fit on the screen, when the keyboard is dismissed the list items flicker, appear jittery. I have not been able to find a solution. I suspect ...
0
votes
2
answers
158
views
ScrollView scroll position does not change when scroll id changed from other scrollview
Concept i try to create is two ScrollViews that would sync with each other, when position in one ScrollView changes(via scrolling), position in second ScrollView also changes.
In this example would be ...
2
votes
0
answers
556
views
Prevent Scroll Jumping When Prepending New Items in React Table Virtuoso
I am using React Table Virtuoso for a large list of loads in my React app. The table updates every n seconds by prepending newly found loads to the top. However, this causes an issue where the ...
0
votes
1
answer
166
views
SwiftUI: Updating State When Scrolling to a New Item in ScrollView
I’m building a SwiftUI view that displays a vertical list of items grouped by date. I want to update the state variable datetimeID whenever the user scrolls to a new item in the list. Here’s my ...
0
votes
0
answers
47
views
How to make the page scroll to the next section fully on user scroll?
Here you can see these color sections do not show fully when the user scrolls, sometimes stopping midway between sections. I want the page to scroll by full sections, activating the corresponding tab. ...
1
vote
1
answer
2k
views
SwiftUI / Animation based on scrollPosition in ScrollView
I am working on a IOS SwiftUI project where I’m trying to replicate this kind of animate on scroll behaviour (not sure if it has a name):
https://www.lemonde.fr/les-decodeurs/visuel/2023/06/07/...
0
votes
1
answer
232
views
Flutter ScrollablePositionedList not able jumpTo Index issue
I apply ScrollablePositionedList, but it doesn't work. When I click on the number, it did not jump to the index.
Below are the sample images that I want to achieve.
When I clicked number 10, it ...
0
votes
1
answer
434
views
HTLM/CSS solution for WEBFLOW - Keep scroll position in Safari, after site reloads upon clicking the back button
I am not a professional coder/programmer, therefore I am currently stuck with a problem, while working on my website in Webflow.
I have a Blog-type website, the main page is a feed, where my team and ...
1
vote
2
answers
443
views
How make sticky header for tabs with scroll position?
I need sticky header tab from start spot until end of the tab section. like this site
Currently, by using eventListener on the scroll, I made it possible for the header to become sticky, but I have ...
1
vote
0
answers
727
views
Flutter: how can I attach an INTERACTIVE Scrollbar to ScrollablePositionedList?
I want to add a Scrollbar to my ScrollablePositionedList (it's like a ListView, that let's you scroll do a specific child index on demand, from this package).
The Scrollbar displays correctly, and ...
2
votes
1
answer
554
views
ScrollPosition is not set to top when navigating to other pages
The web page is designed in master-slave fashion. The master has tabs (left pane) which when clicked displays the respective page in the slave (right pane). for eg. master has three two tabs "...
3
votes
1
answer
1k
views
Material UI fade scroll styling on ImageList
I have a horizontally scrolling ImageList using Material UI V5, and I would like to fade the edges so that the cutoff isn't as harsh. I have figured out how to fade the edges, but I would only like ...
1
vote
1
answer
195
views
Wrong scroll position when deeplinking with hash to page section
I'm running a SvelteKit project. A link on my homepage references a page section by hash / id on an other page. When I click the link (CSR) the specific page is opened at the wrong scroll position. ...