button error in mobile.
Hello.
I made a button on the right side of the header at the top of the page.
I've set up a link so that I can go to the bottom application form block when I click the button.
There is no problem with the PC version.
However, in the mobile version, when I first enter the website, load it, and click it, it stops at the middle of the page. I have to click the same button again to go down to the bottom.
After that, it works properly when I click the button, but it only happens when I first load website and then click it.
What is the cause and how can I solve it?
-
Hi Yong,
Lazy loading is the reason of this. First, the content "above the fold" of the page is downloaded when a user visits the page. As the user scrolls to the bottom of the page, the content that is "below the fold" of the page gets downloaded. The anchor link would not lead a user to the form if they clicked the form button before scrolling to the bottom of the page. This is because some parts of the page is still being loaded.
One possible solution is to place the button somewhere in the middle of the page (instead of placing it on the header)
0
Please sign in to leave a comment.
Comments
1 comment