#Scroll Position Not Resetting

5 messages · Page 1 of 1 (latest)

signal folio
#

Scroll is preserved when navigating to a route using loadComponent (only on the first navigation to that route), even with withInMemoryScrolling({ scrollPositionRestoration: 'top', anchorScrolling: 'enabled' }) enabled.

grim wraith
#

are you sure using router properly?

signal folio
#

Hello @grim wraith thanks for your reply, can you please check it with me here's my routing configuration:

#

and here's the links of the footer:

grim wraith
#

are you alredy imported routerlink in that component?