Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Calendar days are invisible #140

Open
RaNsr91 opened this issue Dec 12, 2022 · 4 comments
Open

[Bug] Calendar days are invisible #140

RaNsr91 opened this issue Dec 12, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@RaNsr91
Copy link

RaNsr91 commented Dec 12, 2022

Describe the bug
The calendar gets invisible when changing CalendarLayout at runtime

To Reproduce
Steps to reproduce the behavior:

  1. Bind CalendarLayout to a property in the ViewModel
  2. Set the default value to WeekLayout.Month
  3. Add a command that changes the ViewModel property from WeekLayout.Month to WeekLayout.Week
  4. The calendar days get invisible
  5. If not, try to execute the command one or two more times (Sometimes other calendar properties changes cause the calendar to render correctly).

Expected behavior
The calendar changes its layout from Month to Week and it's visible

Screenshots
Screenshot_20221212_165159_com calendarsample app 1
Screenshot_20221212_165225_com calendarsample app 1

Version information:

  • Plugin version: 1.4.5304
  • Xamarin.Forms version: 5.0.0.2012
  • Platform: Android
@RaNsr91 RaNsr91 added the bug Something isn't working label Dec 12, 2022
@RaNsr91 RaNsr91 changed the title [Bug] Bug title [Bug] Calendar days are invisible Dec 12, 2022
@vp1512
Copy link

vp1512 commented Jun 22, 2023

I am also having the same issue. Any solution? @RaNsr91

image

@asarlidou
Copy link

I have similar issue on the iPhone as well when using the week layout. It works on the simulator but it is invisible on physical phone

@RaNsr91
Copy link
Author

RaNsr91 commented Nov 30, 2023

I am also having the same issue. Any solution? @RaNsr91

image

Unfortunately, I had to use another calendar plugin that doesn't support changing the layout

@holecekp
Copy link

Invisible days are also a very common problem on Windows even without changing the layout. In that case, the calendar does not like certain other controls being on the same page (#130 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants