xCalendar on .net MAUI not responding to any user input/click and wrong order of days when using starting week day as Monday #131
-
Greetings. First of all i would like to say thank you very much for making such an amazing and much needed control for .net MAUI. Now to get to the issue: The calendar days work fine and whenever i do a programmatic change in selected dates: However clicking anything in the android emulator does not allow the control to respond to anything, be it clicking the left or right arrow in the title bar or clicking individual date circles, its like the control is completely disabled from the user input. Also, not sure if this is intended but the calendar "title bar" renders the entire text in white, while the background itself is also white, making everything invisible unless i change the entire control background color, im pretty sure im missing something but i couldnt find for the life of me what, even after following the startup guide for the maui project line by line. If i change the back color, then you can see the hidden controls Thank you very much in advance for your help and once again thank you for such an amazing control! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
And finally, to fix this issue, instead of using DayNamesOrder property, you should rather leave it alone and use this instead for changing the first day of week:
Now everything shows up as it should! I hope this little newb adventure will help someone who might stumble on the same issues i did. Best Regards! |
Beta Was this translation helpful? Give feedback.
Wow, nice job! Sorry I didn't reply sooner, I only just got a notification about this discussion. Im glad you were able to figure it out with the resources provided in the repo.
I don't know why the title bar showed up as white. By default it should be red.