Skip to main content

Questions tagged [infinite-scroll]

Infinite Scrolling, also known as endless scrolling, is a technique that is widely used by websites and Web applications that host lots of content on a page where pagination would traditionally have been used. Infinite scrolling involves initially loading only one page of content. As the user scrolls down, the browser fetches another page via an AJAX request. There are several Infinite Scrolling plugins that facilitate this technique in modern browsers.

0 votes
1 answer
33 views

HTML infinitly sidescrolling images move unexpected

I'm currently working on this HTML website, in which there is a container with images, which are supposed to infinitely scroll horizontaly, but with my logic they move a bit further or a bit less then ...
Leonard __'s user avatar
0 votes
0 answers
39 views

Angular grid scroll event is not calling during scroll

There is a angular grid with scrollbar and on scroll we need to call the scroll event (lazy loading). <div class="table-container" [ngClass]="{'loading': isLoading}" style="...
Mayank Gupta's user avatar
0 votes
0 answers
19 views

How to implement infinite scroll with particle system?

I have been trying to implement infinite scroll with my particle system, but have not been successful. Basically on my site the particle system is the background, and I have fixed content on top. But ...
SinaBanana's user avatar
-2 votes
1 answer
126 views

How do I implement infinite up scrolling in SwiftUI?

I am try to implement a chat feature, I am implementing it with a lazyVStack inside a scrollView where the most current message is at the bottom and the user scrolls up to get older messages (standard ...
Travis's user avatar
  • 1
0 votes
0 answers
38 views

Android Jetpack Compose Infinite Scroll with Paginated API calls

I request API call from developer.themoviedb.org with page parameter, I want to get another page when scroll reach the bottom. Is this best case? Whats your suggestions for optimize code? Here is my ...
ErenMlg's user avatar
1 vote
0 answers
29 views

window.addEventListener('scroll', function() {

I'm working on the front end through Django WebFramework and PyCham, but infinite scrolls are not properly applied It is a page that fetches and displays public data APIs. Even if the scroll is stuck ...
haenshi's user avatar
  • 13
0 votes
0 answers
24 views

Intersection Observer not firing

I have a react app that displays a grid of 3 columns. I'm trying to implement the Intersection Observer Api to enable infinite scroll, however, it's not working. The following code prints out: false ...
ygetarts's user avatar
  • 934
0 votes
0 answers
32 views

search function with infinite scroll?(TMDB api) with Remix.run

I am creating a movie website using TMDB API and having a problem with searching with infinite scroll. The search function is working fine. Movies change when I search another movie. However, when I ...
ReactCodeMan's user avatar
2 votes
0 answers
42 views

loadMoreItems not triggering in react-window-infinite-loader with FixedSizeGrid

I have used react-window react-window package to implement virtualization and I am using <FixedSizeGrid> component for that along with <InfiniteLoader> from react-window-infinite-loader ...
Ayush Bharadva's user avatar
0 votes
0 answers
55 views

Go back button makes page reset for infinite scroll in Remix.run

I am new to Remix.run and want to implement Infinite Scroll. The infinite scroll is working fine. However, when I click one of the movies on page three or four and click the go back button, I see the ...
ReactCodeMan's user avatar
0 votes
0 answers
38 views

With `react-window`, The sticky table header breaks away when scrolling

I am building the table with react-window and react-window-infinite-loader to these requirements. Requirements Vertical direction Infinite scroll List virtualization Fixed height of table The sticky ...
nw.lee's user avatar
  • 71
0 votes
1 answer
213 views

AG-Grid pagination triggers getRows calls twice

I'm working on an Angular project using the AG-Grid free edition to display data. Since server-side pagination is unavailable in the free edition, I use the infinite row model with pagination instead. ...
Khaled Saleh's user avatar
1 vote
0 answers
27 views

i use tanstack react query and in this i use useInfiniteQuery now i want to do invalidatequery for particuler page how to do this?

enter image description here When you invalidate queries, you essentially tell your caching mechanism to refresh the data it has stored. However, if you invalidate all queries upon update, it triggers ...
Manthan_'s user avatar
0 votes
0 answers
37 views

addPageRequestListener never stops, it fetches data indefinitely

addPageRequestListener is called indefinitely. It fetches the data for next pages without having to scroll. Maybe I'm doing something wrong, but I don't know what. class PostPage extends ...
김성욱's user avatar
0 votes
0 answers
23 views

Does the website limit how many pages of results I can view?

Goal: I am trying to web scrape all the available NFTs from Foundation.app. Setting: To do this, I went to this webpage: https://foundation.app/browse/nfts. In this webpage, you can see a few NFTs and ...
jkx's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
150