-
Notifications
You must be signed in to change notification settings - Fork 160
scroll speed for timepicker on mobile devices to high #6292
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
Comments
Hi, @robertjanetzko. Thank you, once again for contributing to our repository! As I mentioned to you in your PR, we will try to configure hammer.js in order to implement that functionality. During testing it on other touch devices it seems that we need to make sure scrolling is working consistently across them and that is why we will research and implement that in one of our future sprints. Tell me what you think. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
Hi @kdinev, I checked the issue and it is still reproducing. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
This is also reproducible on a regular touchpad on a laptop. |
After a little bit of research, I think we may need to redesign the way the Right now we listen for With the current approach we cannot really tamper with the What we need to do is decouple the picker's scroll strategy from its internal value. This way we will be able to safely modify the delta returned by the event to simulate slower or faster scrolling. The date object could still be modified in order to preserve synchronization between the spinners and the input but it should not be used for anything else. |
Could an option be to enable the use of the native iOS and Android component input time to select the time? I think for many cases it is enough |
@lalo-mx in our case the usage of the native In the case of the |
Description
The touch controls for the time picker on mobile devices are too sensitive. For every pixel you move your finger, the spinner does one step, which is way to fast.
Steps to reproduce
Result
When moving the distance of one entry, it does to many steps
Expected result
When moving the distance of one entry, it should do one step
The text was updated successfully, but these errors were encountered: