K
K
KristinaL2016-03-21 12:18:17
css
KristinaL, 2016-03-21 12:18:17

Why after moving to the next page, the user sees the end of the page, but not the beginning?

Can you please tell me why the user sees the end of the page, but not its beginning, after he has moved to the next page of the site? It's on the mobile version. Checked, there are no anchors. This is the confirmation page and there is nothing else besides the text, the button and the footer.
How can this be fixed? Because it happens on a few pages of the site, but not on all.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Suinly, 2016-03-21
@KristinaL

If page loading is implemented through Ajax, then when you go to another page, the scroll position is saved, since in fact the page in the browser does not change, only the content changes. If so, calling $.scrollTop() after the content has loaded and rendered to the browser will help.
Well, more information is needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question