Skip to content
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

Fix Date Picker scroll #32

Closed
wants to merge 2 commits into from

Conversation

mapm14
Copy link

@mapm14 mapm14 commented Jun 17, 2020

Issue: #11

The problem is due to having the DatePicker inside a ScrollView; extending the original DatePicker and requesting the parent to disallow the intercept of the touch solve the problem.

Useful link: https://stackoverflow.com/a/34189814/5496005

@mapm14
Copy link
Author

mapm14 commented Jun 18, 2020

I just realise that intercepting the touch event will prevent the user to scroll 😕, so if the "Next" button isn't visible you'll need to scroll out of the DatePicker view. Not a proper solution, sorry.

@mapm14 mapm14 closed this Jun 18, 2020
@zhubinsheng
Copy link

It's almost impossible to see the next on today's mobile phones?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants