You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jan,
I have always been a huge fan of jq Slimscroll and I appreciate you developing a angular version. Shockingly, the pure angular scroll directives seem to all be incomplete mainly for touch devices. In my case, I really only use a scroll for a chat application.. hints the feature requests.
Support NG-Repeat - I tried this on NG-repeat and it doesn't update
Auto-Resize - basically, if a new DOM node is added or removed, update the H/W
Scroll-to - most chat applications scroll-to bottom. It would be nice to have scroll top|bottom|left|right depending on which scroll you were using... here is a good example: https://github.com/Luegg/angularjs-scroll-glue
Momentum Scroll - I tested this on touch and it was pretty choppy... I am not sure if adding [overflow-y: scroll; -webkit-overflow-scrolling: touch;] would work, but here is a good example of faking this. http://ajoslin.github.io/angular-scrolly/demo/
The text was updated successfully, but these errors were encountered:
Hi,
To be honest I never tested this directive on any other touch device than on my phone (iOS) and seemed to work fine.
Yes, you are right, this directive is incomplete and it will be developed further when I will have time (weekends). Thanks for pointing out feature requests, I will keep you informed about the progress under this issue.
Hi,
To be honest I never tested this directive on any other touch device than on my phone (iOS) and seemed to work fine.
Yes, you are right, this directive is incomplete and it will be developed further when I will have time (weekends). Thanks for pointing out feature requests, I will keep you informed about the progress under this issue.
Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-114305513.
Jan,
I have always been a huge fan of jq Slimscroll and I appreciate you developing a angular version. Shockingly, the pure angular scroll directives seem to all be incomplete mainly for touch devices. In my case, I really only use a scroll for a chat application.. hints the feature requests.
The text was updated successfully, but these errors were encountered: