jhonnyx2012 / HorizontalPicker

DatePicker horizontal con selección smooth por día para Android.
121 stars 37 forks source link

Today button bug #4

Open timkabot opened 7 years ago

timkabot commented 7 years ago

When picker is not in center today button isnt working

jhonnyx2012 commented 7 years ago

Hi!, thanks for your comment, I try to replicate this issue without success, would you please give me more information?

demogorgorn commented 7 years ago

The problem exists. When the picker is in alert dialog - is only visible the part of the today's button

jc-gomes commented 6 years ago

This problem occurs when the current day is the last day reachable day. For example setDays is set to 365 and setOffset is set to 364. That setting would mean the user is only able to move backwards in time. When pressing the 'Today' button in that scenario will only select the date that is in the center of the view.

priyankpandya1989 commented 6 years ago

Hi Today button not working when we are on same week.