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

[Bug Report] The "tobottom" event did not trigger as expected on "page-mode" #428

Open
SliverYuki opened this issue Mar 28, 2024 · 3 comments
Labels

Comments

@SliverYuki
Copy link

Describe

I am using a web API to request a list of content. When the height of the content loaded on the initial screen is lower than the page height, the tobottom event will not be triggered, causing subsequent content to not load.

Other

  • Version 2.3.5
  • Browser Edge 123.0.2420.53
@SliverYuki SliverYuki added the bug label Mar 28, 2024
@xianggu-skillnote
Copy link

I encountered the same issue where the toBottom event doesn't get triggered. It happens when the browser's zoom level is too low. I'm not sure if the author will fix it, so is there anything we can do to avoid this bug?

@SliverYuki
Copy link
Author

I encountered the same issue where the toBottom event doesn't get triggered. It happens when the browser's zoom level is too low. I'm not sure if the author will fix it, so is there anything we can do to avoid this bug?

So I loaded more content on the first page to ensure the list length is greater than the container height

@xianggu-skillnote
Copy link

Sadly, I can't load more content because of performance issues. I'll try to find another way to fix this bug, thanks!

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

No branches or pull requests

2 participants