Skip to main content

button error in mobile.

Comments

1 comment

  • KC George

    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.