I am using Ionic 6 with Angular 14.
Is there a way to make the Ionic Time Picker less sensitive? The wheel scrolls very fast and makes it very difficult to stop on the correct hour/minute.
https://ionicframework.com/docs/api/datetime
The iOS mode works much better than the Android one, but still oversensitive. The touch area is also quite small, so the user's finger typically covers the digits of the hour/minutes wheel, making it difficult to see which value is currently "selected".
Is there any way to:
- make the hour/minute wheel less sensitive/scroll slower?
- make the hour/minute wheel value buttons bigger?
Please feel free to leave any suggestions for alternative time picker components that function well on iOS, Android and in Browser.