zefoy / ngx-perfect-scrollbar

Angular wrapper library for the Perfect Scrollbar
MIT License
522 stars 116 forks source link

scrollPositionRestoration not working with ngx-perfect-scrollbar #232

Open burnaDLX opened 5 years ago

burnaDLX commented 5 years ago

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

sconix commented 5 years ago

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.