Hi,
first of all many thanks for this plugin wrapper. However, I have just noticed that this plugin destroys the router feature scrollPositionRestoration: 'enabled' (introduced with Angular 6), which makes it possible to be automatically at the top of the page when a page changes.
There is no sensible way that this library could support routers scroll positioning. This is a wrapper for a JS library which is not designed for Angular.
Hi, first of all many thanks for this plugin wrapper. However, I have just noticed that this plugin destroys the router feature
scrollPositionRestoration: 'enabled'
(introduced with Angular 6), which makes it possible to be automatically at the top of the page when a page changes.Minimal Stackblitz to reproduce this issue: working scrollPositionRestoration without scrollbar plugin
broken scrollPositionRestoration with scrollbar plugin
(link to navigate between the views is at the bottom of the page)
Greetings