You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: