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've been using it for years on iOS and Android. Lately I've seen a little trouble on iOS (not sure about Android). Every once in a while, after opening the datepicker, as I scroll near the current date, I see "Today" appearing on different days, usually near the current date. I do not see the multiple today's at the same time - sometimes it's correct on the current date, sometimes it's a day or two in the past. Any ideas?
Note that the problem is not with the plugin but a problem inside Apple's UIDatePicker. To hopefully fix this I've commented out a few lines in the iOS version of DataPicker.m - below lines 1,3,4,5 commented out. This hopefully will force the plugin to regenerate the data picker every time. (showForPad is not used!)
Thanks for the great plugin!
I've been using it for years on iOS and Android. Lately I've seen a little trouble on iOS (not sure about Android). Every once in a while, after opening the datepicker, as I scroll near the current date, I see "Today" appearing on different days, usually near the current date. I do not see the multiple today's at the same time - sometimes it's correct on the current date, sometimes it's a day or two in the past. Any ideas?
I'm calling the plugin with these options:
myDate is either the current date or a date in the past.
I've checked multiple times during the day and don't find any hints to the problem.
Running
datepicker 0.9.3
cordova 9.0.0
cordova ios 4.2.1
Testing on an iOS device running 13.6.1.
Thanks!
The text was updated successfully, but these errors were encountered: