BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
I had integrated SFCalendar in my project.
But there are few problems i am facing, like-
- I am unable to set Max Date and Min Date limit to this control in iOS(In Android it works perfectly fine).
- Swipe issue in iPad for month.
- There are number of properties exist inside this control, but these are not working properly, like-
- Can't set background color and text color for dates in android
void sfCalendar_OnDrawMonthCell(object sender, Syncfusion.SfCalendar.XForms.MonthCell args) { args.TextColor = Color.Red; args.BackgroundColor = Color.Purple; } |