-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't scroll year in Date selection #11
Comments
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 The next best thing I'll try to do is replace the In my opinion it's not as pretty as having the date picker inline, but there is no way around. |
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? |
@KlausNie I found this 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 google's side. I'l wait for a change there. Until then this issue is on hold. |
I got the same problem on Huawei Nova 3i, which is not small. Will you fix this issue @KlausNie |
The issue is: on phones where the screen is small enough so that the NumberPicker has to scroll, the number picker itself scrolls, but not the content. This happens in the dialog as well as in the inline DatePicker. |
Not quite sure about the root cause but I didn't use dialog in the survey. (Does this lib use dialog behind?) |
I thought so too, but then I tried the DatePickerDialog in the SurveyView and I had the same issue. How can the SurveyView impact that? |
Any updates? Encountered this problem on multiple mobile phones |
#32 (comment) |
work fail on 200px X 250px |
I implemented date selection but can't scroll the year selection in date selector
The text was updated successfully, but these errors were encountered: