Open danielweinmann opened 8 years ago
I don't know if all versions of Android have this problem, but on the Samsung Galaxy S3 Mini I tested with auto-scroll wont happen unless the ScrollView has sufficient height.
That's why we have the empty View on Android, and why I didn't merge @plougsgaard's PR: https://github.com/danielweinmann/react-native-stateless-form/pull/1
But the solution is terribly poor, leaving a lot of blank space the user can scroll to manually. Can anyone think of a better solution?
I don't know if all versions of Android have this problem, but on the Samsung Galaxy S3 Mini I tested with auto-scroll wont happen unless the ScrollView has sufficient height.
That's why we have the empty View on Android, and why I didn't merge @plougsgaard's PR: https://github.com/danielweinmann/react-native-stateless-form/pull/1
But the solution is terribly poor, leaving a lot of blank space the user can scroll to manually. Can anyone think of a better solution?