I'm looking for a way to have the app scroll all the way to the top or bottom of the page when a button is pressed.
For example, the user puts in a lot of information, presses the "send" button, and I want a message to appear showing a confirmation that the information was sent. Since I don't see a way to make a popup appear (which would be cool, too), I opted to have a blank line change into text saying "Sent." The problem is that if I put this below the button, the user won't see it. If I could make the button also cause the screen to scroll to the bottom, that would be super.
Similarly, a "erase all fields" button would clear all entries (easy) and then scroll back to the top of the screen to start over (impossible?).
Is it currently possible to accomplish any of the tasks I've described?