[Bug Report] The "tobottom" event did not trigger as expected on "page-mode"
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
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?
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
Sadly, I can't load more content because of performance issues. I'll try to find another way to fix this bug, thanks!