Xamarin.Plugin.Calendar icon indicating copy to clipboard operation
Xamarin.Plugin.Calendar copied to clipboard

[Feature Request] Adding UWP support

Open AyaElmoataz opened this issue 2 years ago • 2 comments

AyaElmoataz avatar Apr 04 '22 13:04 AyaElmoataz

@AyaElmoataz It seems to me UWP is working fine. At least on my end: image

mcblacksea avatar May 27 '22 22:05 mcblacksea

Unfortuantelly, it works on UWP only if you do not plan to add any other control to the page.

When I created a page with the calendar and nothing else, everything worked perfectly. I have enclosed the calendar in a StackLayout so that I would display a label under the calendar and the days were not shown any more on Windows (it still worked fine on Android). I have replaced the StackLayout with a Grid and the calendar worked again on Windows. Unfortunatelly, I continued by replacing the label with a more complex custom ContentView and the calendard again got broken and did not displayed any days on Windows.

holecekp avatar Feb 13 '24 05:02 holecekp