-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Timepicker minute interval not working, iOS 14 #8843
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 @gregersen79 |
Hi @Ross-Olivares I don't have a sample project at the moment, but let me know if you need it. What I try to do is simply to set the minuteInterval property on the TimePicker object, and I have also tried setting it on the native object
Also setting the minHour and minMinute properties seems to have no effect. |
@gregersen79 I tested and it seems to be working on my end, can you try this application |
@Ross-Olivares Unfortunately I can't run the application you in your link, I had to migrate it to Nativescript 7 and I get an error when trying to do this (something about "Not in Git repo"). The two main differences on our projects is yours is Typescript and I'm using Javascript, your targeting {N}6.5 and I'm targeting {N}7. Don't know if this could mean something.
And still I was able to select every minute, and go back hours below 8. |
@gregersen79 Yes send me your sample project. |
Environment
Describe the bug
Setting the minuteinterval property of Timepicker, has no effect.
Only testet on iOS. Testet on iOS 14 beta 7 on iPhoneX.
The text was updated successfully, but these errors were encountered: