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

**URL:** <https://meta.discourse.org/t/scrolling-of-users-page-in-mobile-view-doesent-trigger-loadmore-action/57125>\
**Category:** Bug\
**Created:** [2월 8, 2017, 2:11오후 UTC](https://meta.discourse.org/t/scrolling-of-users-page-in-mobile-view-doesent-trigger-loadmore-action/57125 "2017-02-08T14:11:30Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![youwiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/youwiki/32/89936_2.png) [@youwiki](https://meta.discourse.org/u/youwiki)\
**Post date:** [2월 8, 2017, 2:11오후 UTC](https://meta.discourse.org/t/scrolling-of-users-page-in-mobile-view-doesent-trigger-loadmore-action/57125/1 "2017-02-08T14:11:30Z")

</div>

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?

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2월 8, 2017, 2:20오후 UTC](https://meta.discourse.org/t/scrolling-of-users-page-in-mobile-view-doesent-trigger-loadmore-action/57125/2 "2017-02-08T14:20:04Z")

</div>

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

---

<div class="post-metadata">

**Author:** ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)\
**Post date:** [2월 17, 2017, 9:37오후 UTC](https://meta.discourse.org/t/scrolling-of-users-page-in-mobile-view-doesent-trigger-loadmore-action/57125/3 "2017-02-17T21:37:36Z")

</div>

Fixed here:

[https://github.com/discourse/discourse/commit/bebc55eebddcfc7f64ee0230a92b31d05e022ed6](https://github.com/discourse/discourse/commit/bebc55eebddcfc7f64ee0230a92b31d05e022ed6)

---

<div class="post-metadata">

**Author:** ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)\
**Post date:** [2월 17, 2017, 9:37오후 UTC](https://meta.discourse.org/t/scrolling-of-users-page-in-mobile-view-doesent-trigger-loadmore-action/57125/4 "2017-02-17T21:37:49Z")

</div>


