Scrolling of users page in mobile view doesen't trigger loadMore action

Hello dear friends!
First of all I want to say a huge thanks to the developers for such great engine!

I just visited the https://meta.discourse.org/users page in a mobile version and see that the user list is not loaded when scrolling to page bottom…

Maybe should to wrap templates code at file \app\assets\javascripts\discourse\templates\mobile\users.hbs with:

{{#d-section pageClass="users"}}
  {{#load-more selector=".directory .user" action="loadMore"}}

how You think?

4 Likes

Confirmed, this looks like a bug @eviltrout can you take it?

2 Likes

Fixed here:

https://github.com/discourse/discourse/commit/bebc55eebddcfc7f64ee0230a92b31d05e022ed6

3 Likes