Hi,
I think another way to do it is , at on click of button Redirect to Url and in Url just put "#". Because simply "#" tells the browser not go away from the page . It just scroll inside the page the element that have particular Id such as "#IdName" if we not specify id name it just scroll at the top.
Correct me if it is not true for Mobile or Reactive.
Thanks and Regards,
Rahul
It works for me. Thanks