I have a screen with a scroll view (that has many input items) and a save button. Depending on screen size, and item alignment it is possible to not realize that items are off the bottom of the screen. Is it possible to show a "..." or icon or some other indicator that the user should scroll down to see the rest? Because the fields are populated with default values I can't validate if the user skipped them on purpose or didn't know they existed.
Yes moving the save button to the end of the scroll view fixes this case, but I have other more complicated situations that are not that easy.