You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add the code to remember the scroll position when navigating back to the home page after viewing a detail page? Right now, when you scroll down on the home page, find a movie, click it to view details, then use the back button, it brings you back to the top of the home page instead of where you left off.
This is something I'm struggling with in my own nuxt3 project and would love to see how it can be done properly.
The text was updated successfully, but these errors were encountered:
I notes that when I was on the search page
I open search
-> type any words like "house"
-> scroll
-> click on any move
-> movie page load
-> click "go back" button (to back to the search page)
in seach page it will keep the word you search for but the scroll will gose to the top
ali4zimi
added a commit
to ali4zimi/movies
that referenced
this issue
Jun 7, 2023
Would it be possible to add the code to remember the scroll position when navigating back to the home page after viewing a detail page? Right now, when you scroll down on the home page, find a movie, click it to view details, then use the back button, it brings you back to the top of the home page instead of where you left off.
This is something I'm struggling with in my own nuxt3 project and would love to see how it can be done properly.
The text was updated successfully, but these errors were encountered: