Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quora] Infinite scroll does not always work #109

Open
eloquence opened this issue May 22, 2019 · 0 comments
Open

[Quora] Infinite scroll does not always work #109

eloquence opened this issue May 22, 2019 · 0 comments

Comments

@eloquence
Copy link
Owner

Right now we use this method to trigger the infinite scroll:

window.scrollTo(0,0);
window.scrollTo(0,document.body.scrollHeight);

This does not appear to work reliably and apparently depends on window size (in some cases the loading indicator appears, but no content is loaded). Let's experiment with alternative methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant