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

When Changing Months, the days do not update properly #10

Closed
KRA2008 opened this issue Nov 9, 2016 · 9 comments
Closed

When Changing Months, the days do not update properly #10

KRA2008 opened this issue Nov 9, 2016 · 9 comments

Comments

@KRA2008
Copy link

KRA2008 commented Nov 9, 2016

I'm seeing the same behavior described in #2 but on iOS (that issue was concentrated on UWP). This module is awesome on Android.

@KRA2008
Copy link
Author

KRA2008 commented Nov 9, 2016

It looks like the analagous fix for #2 can be applied to iOS to fix things. This is a relief because I love this module. I'm digging in to see if I can find the cause.

@KRA2008
Copy link
Author

KRA2008 commented Dec 22, 2016

Just as a note, when I did look into this I couldn't figure it out. I can't promise I'll ever be able to find an answer.

@BlackPinpin
Copy link

Hello, I have the same problem and I can't find how to resolve it. If someone have a solution it would be a pleasure to read it, because a calendar who don't display correct dates is not very useful... :(

@BlackPinpin
Copy link

Ho, in fact it works on iOS, it was just because I thought that the nugget was installed in the iOS project but it was just installed in the PCL

@Teviko
Copy link

Teviko commented Feb 16, 2017

In 1.0.7, this issue still exists on iOS release build. When changing month, the days do not update properly. But it is fine in iOS debug build.
Although I can still enable debugging option in the iOS release build, to deploy a larger app and dismiss this issue.
Hope someone has a solution to fix this issue.

@Teviko
Copy link

Teviko commented Feb 16, 2017

Try add: [assembly: ExportRenderer(typeof(XamForms.Controls.CalendarButton), typeof(XamForms.Controls.iOS.CalendarButtonRenderer))]
It works fine for me now in iOS release build.

@johankson
Copy link

This should be in the documentation in the readme.md. It cost me several hours before I found this. Yes I know I should always read though the issues, but this seems like something that has to be added. :)

Otherwise, great control!

@rebeccaXam
Copy link
Owner

I added a Important note on the Readme and a Troubleshoot for this, hoop this helps ;)

@ghost
Copy link

ghost commented Jul 31, 2019

Try add: [assembly: ExportRenderer(typeof(XamForms.Controls.CalendarButton), typeof(XamForms.Controls.iOS.CalendarButtonRenderer))]
It works fine for me now in iOS release build.

where to add?assembly info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants