Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
igx-list vertical scrolling in iOS
posted

I could use some help getting vertical scrolling working on iOS, specifically with the igx-list control.  I've reproduced my issue in a fork of the Bottom Navigation sample.

https://stackblitz.com/edit/angular-tsnwkg

The sample will scroll in Chrome on Android, but not Safari on iOS (iPhone and iPad)

Modifications I've made from the original Bottom Navigation sample:

1) Add CSS class 'list-scroll'. This sets a fixed height and enables y scroll. I've also set webkit-overflow-scrolling for smooth momentum scrolling on iOS.

2) I've duplicated the contactList a few times to produce enough entries to force scrolling

3) I've added a large amount of random text to content tab 2 to force scrolling. Tab 2 is a test to see if my 'list-scroll' CSS is working; which, works find on iOS.

Any suggestions to get vertical scrolling on tab #1 with the igx-list would be much appreciated.