-
Notifications
You must be signed in to change notification settings - Fork 69
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 #2
Comments
Thanks for reporting the issue. I can reproduce this problem in Windows UWP in release mode. Did you see this problem on any other platform? I looked into it and somehow the ExportRenderer is not working.
|
@rebeccaXam I emailed you back before reading the assembly code. What will I have to do to make this work for iOS and Android? I'm guessing...
|
After re-testing, the issue does not exist on android but does exist on iOS. |
@rebeccaXam Just wanted to confirm that the issue still exists on iOS, even after updating to 1.0.4 |
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. |
The fix that was shown in the README did not work for me, I had to do this instead in the platform project's AssemblyInfo.cs: |
(Start Month)
(End Month)
When I navigate from month to month, the days do not update properly. For example, I started in August of 2016, and the Dates/Days are correct. However, when I use the navigation arrow to go to the month of July, the days are not correct. July 13th for example, should be on a Wednesday but it is not.
The text was updated successfully, but these errors were encountered: