Igniteui-angular: igxList: Swipe scrolling does not work on iOS.

Created on 6 Mar 2018  路  2Comments  路  Source: IgniteUI/igniteui-angular

Description

Swipe scrolling does not work on iOS.
This is reproducible with hammerjs 2.0.8 but not with 2.0.6.

Steps to reproduce

  1. Create a list and run it on iOS.
<igx-list>
  <igx-list-item [isHeader]="true">
    Category1
  </igx-list-item>
  <igx-list-item>Item1</igx-list-item>
  <igx-list-item>Item2</igx-list-item>
  <igx-list-item>Item3</igx-list-item>
  <igx-list-item>Item4</igx-list-item>
  <igx-list-item>Item5</igx-list-item>
...
</igx-list>

Result

Swipe scrolling does not work.

Expected result

Swipe scrolling should work.

bug list high third-party-issue

Most helpful comment

Yes @tkiryu, the issue related to swipe gesture under iOS is caused by the mentioned hammer.js issue by you.

This does not change the fact that we need to figure out a way to overcome it. We are not going to close this issue in the repo, and I hope that in the upcoming sprints we will start working on it.

All 2 comments

I'm not sure but it might be related to the hammerjs issue below.
https://github.com/hammerjs/hammer.js/issues/977

Yes @tkiryu, the issue related to swipe gesture under iOS is caused by the mentioned hammer.js issue by you.

This does not change the fact that we need to figure out a way to overcome it. We are not going to close this issue in the repo, and I hope that in the upcoming sprints we will start working on it.

Was this page helpful?
0 / 5 - 0 ratings