Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DrawerType3] Scrolling position after routing #1

Open
klyakh opened this issue Feb 15, 2021 · 0 comments
Open

[DrawerType3] Scrolling position after routing #1

klyakh opened this issue Feb 15, 2021 · 0 comments

Comments

@klyakh
Copy link
Contributor

klyakh commented Feb 15, 2021

  1. Open page with long content and scroll.
  2. Navigate to other page with long content.

Problem: scrolling remains in old position from previous page.

Router's scrollBehavior doesn't work because scrolling happens inside DIV. Need to implement per-layout scrolling handler.

vuejs/vue-router#1187 - related discussion. There are some good example how to deal with the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant