window.scrollTo(0,0);
Desired result: page scrolls up to top
Tried it attached to button click and nothing happens.
I have pages of information and when the user clicks on the next/previous page button at the bottom, I want the window to scroll back up to the top.
What's going wrong here? Is there some other App Maker method we're supposed to use within App Maker?