How to implement BackToTop function
Does pega have any OOTB BackToTop function, or any other anchor link function?
I made one anchor link by javascript.
The code is simple, such as following one
function topFunction() {
location.href = "#top";
}
The code is simple, such as following one
When client click the anchor link, that function will be triggered.
This function works totally well in PC view, but when I try in iPad Safari, it doesnt work well.
The javascript itself is called, but the page doesnt scroll properly.
Do you have any solution to fix that?
***Moderator Edit-Vidyaranjan: Updated Platform Capability***