Giter VIP home page Giter VIP logo

react-infinite-loader's People

Contributors

lightsinthesky avatar svnm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

react-infinite-loader's Issues

Issue with bottom margin in Safari

Constellation:

  • Loader at bottom of page
  • Loader invisible (display: none)
  • Page has a margin-bottom > 0px

Using Chrome, you will be able to scroll to the very bottom of the page including the margin, which will in turn trigger the loader. Checking the console verifies that window.innerHeight === visit.getBoundingClientRect().top.

However, in Safari, the site will not scroll past the bottom margin. Hence, the true bottom of the page will never be reached, and the loader not triggered. Here is an illustration of the issue:

safari-chrome-scroll-issue

Now, this can be circumvented by either displaying the loader, or by changing the margin on your page so this will never become an issue. However, seeing that window.innerHeight is calculated slightly differently between browsers, there might be a better way.

Ideally, the bottom margin would be accounted for in the checks, even if it is not visible. This does only apply to a narrow set of circumstances though. Alternatively, how about another option that allows us to declare an offset for the loader, which would allow us to trigger it even if it is technically off screen?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.