Marvin E
Marvin E
Could you check if this is fixed in 2.0.1? There were some changes to templates and the sample which may have fixed the issue.
I can't test anything on IOS myself so I'm just going to suggest places to look/test if anyone has the time to help. Testing and changing the `IsSelected` and `IsCurrentMonth`...
Hi @jfversluis, can you check if this is fixed in the latest version of the sample app?
Ohh okay. I will remove the cornerradius 100 in the future and replace it with something better. I am planning to remove the 'FramedLabel' (Forms) and 'BorderedLabel' (MAUI) controls anyway...
* Currently `CalendarDayView` inherits from `FramedLabel` which is a `Label` inside a `Frame`. * I want to make it so `CalendarDayView` inherits directly from `Label`. * The user will be...
The issue is no longer applicable as the custom switch was removed from the sample app. Hopefully it was just a querk from how it was implemented in the sample...
Which Android devices don't show the arrows? Also do you know what version of Android they use? I would suspect older ones because the arrows are just unicode characters; I...
Do the arrows show up when you put "←" and "→" in a Label outside the Calendar?
Microsoft recommends to use borders as the frame is only there for migration. Are you sure you can't use borders for this? Also #59 occurs in XCalendar.Forms, not XCalendar.MAUI.
Closed due to inactivity. Thanks for contributing!