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
While navigating through the youtube home page, we can only navigate the initially loaded results.
The home page has infinite scroll and since the current navigation method does not actually scroll to the end of the page (even when we reach the last available result), new result are not currently loaded
One solution could be to try to align the highlighted result at a particular level. I think could be done by implementing something similar to #360
Bug Demo: (Just like #360, a quick fix is to scroll down a little bit)
youtube-infinite-scroll-navigation.mp4
The text was updated successfully, but these errors were encountered:
@infokiller were there any efforts made on any branch to implement scroll_lookahead as mentioned here - #35 (comment)
This could be solved by setting a lookahead size of 1 and instead of looking ahead just the result (in case of normal navigation) we could look ahead a complete row of results (for a grid navigation in case of youtube here)
And it makes sense to add another enum here (if in any case this has to be an optional behavior) and scroll_lookahead = 1 * itemsPerRow should do
While navigating through the youtube home page, we can only navigate the initially loaded results.
The home page has infinite scroll and since the current navigation method does not actually scroll to the end of the page (even when we reach the last available result), new result are not currently loaded
One solution could be to try to align the highlighted result at a particular level. I think could be done by implementing something similar to #360
Bug Demo: (Just like #360, a quick fix is to scroll down a little bit)
youtube-infinite-scroll-navigation.mp4
The text was updated successfully, but these errors were encountered: