Denis Hilt
Denis Hilt
@moosi I followed your demo, the problem is that the scroll DOM is being completely destroyed during tab switching, so $window.scrollTo() could not work at all -- scroll bar params...
@priandsf There was the issue years ago (https://github.com/angular-ui/ui-utils/issues/239) and it was fixed with PR https://github.com/Hill30/NGScroller/pull/39, which is responsible for wheelHandler code. We also have demo http://localhost:5005/scrollBubblingPrevent/scrollBubblingPrevent.html and test case ("prevent...
@priandsf I will take a look when I have time, especially I think I'm most excited about the performance demo!
@muchbetterug Okay, there are two options I see, that don't require any updates on the lib side. 1. You may try to override `window.addEventListener` in your App. Definitely not for...
@muchbetterug Okay, I started implementing p3 in PR https://github.com/dhilt/ngx-ui-scroll/pull/350. Actually, p4 approach also seems very useful, maybe I'll do both, let's see.
ngx-ui-scroll v3.2.0-beta is available on npm. This release provides Routines experimental API. Details and example can be taken from the demo: https://dhilt.github.io/ngx-ui-scroll/#/experimental#routines. Speaking of your case with pausing scroll event...
@tradingproject19 White space seems to be an issue. I would gladly look at the code if you could provide a repro on stackblitz ([fork this one](https://stackblitz.com/edit/ngx-ui-scroll-3-angular-17) or make your own...
@tradingproject19 Thanks for the repro, I have reproduced the issue, and this is very interesting problem. The following piece of the App log is responsible for the issue: > error:...
@tinesoft You did realy good work, don't you want to publish it to npm by yourself?
@olilam Could you please have a look through https://youtu.be/sGGany5O3HY and say what I'm doing wrong? If my demo is ok while you still have the issue, it would be right...