You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I included the DateTimePicker in my application, which primarily runs on mobile devices with touch functionality (i.e. Chrome on Android). Therefore, I'm using it with the option touchUi enabled, but nevertheless I'm not able to choose hour and minute by sliding with my finger. Instead, I only can choose it by tapping, but so it's very hard to precisely select the desired time.
Is this a bug or am I doing something wrong? In the source code I saw that there are touchmove and touchend handler, so I guess this should be working?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi guys,
I included the DateTimePicker in my application, which primarily runs on mobile devices with touch functionality (i.e. Chrome on Android). Therefore, I'm using it with the option
touchUi
enabled, but nevertheless I'm not able to choose hour and minute by sliding with my finger. Instead, I only can choose it by tapping, but so it's very hard to precisely select the desired time.Is this a bug or am I doing something wrong? In the source code I saw that there are
touchmove
andtouchend
handler, so I guess this should be working?Thanks!
The text was updated successfully, but these errors were encountered: