algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

Pagination for HitsController not working sometimes in iOS #250

Closed winstoncex7 closed 1 year ago

winstoncex7 commented 1 year ago

Describe the bug 🐛 Pagination in Hits Controller doesn't work sometimes.

To Reproduce 🔍 Steps to reproduce the behavior:

  1. Scroll Products on hits controller 7-8 times
  2. Then apply Sort By A-Z
  3. List autoscrolls to top
  4. Now scroll the list it doesn't load new products. (Pagination is not working)

Expected behavior 💭 On reaching the last product the list should load new products.

Environment:

VladislavFitz commented 1 year ago

Hi @winstoncex7, Thank you for reporting this issue. We will investigate it soon.

VladislavFitz commented 1 year ago

Hi @winstoncex7, I didn't manage to reproduce the issue in the SortBy target of the provided Examples project. The pagination works as expected for all indices. Could you share the code snippet with your setup of InstantSearch components?

VladislavFitz commented 1 year ago

Hi @winstoncex7 , Due to a lack of response from your side, I close this issue. Feel free to reopen it providing more details.