KlausNie
KlausNie
I think the simple function chaining is the easiest to understand and fulfills the basic needs when using this lib. I also see how the lambda gives you more flexibility....
If you are referring to the example app (or if you took the code of that one): the last step is not supposed to be doing anything. That would be...
I believe the first time I misunderstood your issue! So the problem is: the way the library (and the last step) is built, it is not made for your scenario....
Oh, you are right! You will not be able to get "all" the results in a step, that is simply not possible. I'm afraid that is not in the scope...
This seems to be an issue with nestedScrolling. I started a fix, but I'm not yet done.
This seems to be a harder problem than expected. The `NumberPicker` used in the `android.widget.DatePicker` does not support nested scrolling. So if the screen is too small for the datepicker...
Also doesn't work with the dialog on a small enough phone: https://github.com/quickbirdstudios/SurveyKit/tree/feature/date-picker-scroll-issue
Bug report: https://issuetracker.google.com/issues/115395128
@rahul260792 Did you find this on an emulator or on real device?
What I found out is, that if the screen resolution is small, but the API level is 28+, this occurs. The issue at google is closed at the moment on...