Hello
- The Demo1 seems to conflict with Angular "scrollPositionRestoration" option. How can I stop default "scroll to top" behaviour on select pages?
- I downloaded for 8.1.1, however in the pack it is 8.1.0.
Thanks
Cem
Hi,- I downloaded for 8.1.1, however, in the pack, it is 8.1.0.
Thank you for your message. Your version is correct, we just forgot to update labels, but it's 8.1.1. - The Demo1 seems to conflict with Angular "scrollPositionRestoration" option. How can I stop default "scroll to top" behaviour on select pages?
.
We don't have such a case implemented. Anyway, I think you have to create the service, which hides this button on some pages and returns when routing goes to another page.
Regards,
Keenthemes support
Hello
I don't think it is the "scroll to top" button is the problem here. On "back-return" the page correctly scrolls back to previous location. Then, unexpectedly, it scrolls up smoothly to top. Is this because of the existence of the "scroll to top" button?
Thanks.
Cem
Hi,
It's not a problem, it's expected behavior in case if you have the Scroll top
button in your Layout: demo1/src/app/_metronic/partials/layout/extras/scroll-top/scroll-top.component.ts
(row: 34).
Regards,
Keenthemes support