-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
IOS calendar aesthetic issue & performance issue #112
Comments
Hi eyeveye, please use the issue template as it provides useful information about how the bug may be caused. Unfortunately I do not own an IOS device and cannot find or test for issues on IOS devices. I can only rely that Xamarin or MAUI works properly cross platform. The For your issue, the only thing I can do is give suggestions: Luckily I have seen this layout issue before in earlier versions of MAUI on Android and know that it is either caused by the
You can modify the look of the container of days by setting the You can modify the look of a Day by setting the |
@ME-MarvinE - could you complete your sentence above please, the one that ends the 4th para : "Try setting the"... The suspense is killing me and I'm seeing the same issue on iOS. :) |
@brettnagy Done:
|
Any ideas on when we might see performance improvement is it solely relying on CollectionView getting fixed? Do we know if they have this on the roadmap? |
@pblake81239 Relying on CollectionView being fixed. I haven't found any alternatives on GitHub and I am less motivated to learning platform specific APIs than I am/was when learning Forms and Maui to create the plugin so the extent of doing this would be limited to "if I feel like it" and of course suggestions/contributors. Even then, I won't be able to do anything for IOS as I don't have an IOS device, nor do I plan on getting one. |
FWIW: the performance in release mode is very different to debug mode. I have Android and iOS Maui apps in the app stores, one using this control, and performance is pretty good. |
@brettnagy Interesting, is one of your apps on both platforms or only on one, if on both, do you notice any performance differences? If on one, which platform? Also, do you use all 5/6 rows of the Calendar? |
Actually on Android Release mode performance is pretty good. I will check IOS this week. I hadnt used it in release mode thanks for that! |
I do have the same app on both Android and iOS, but it’s hard for me to fairly compare Android and iOS as my hardware is so different: middle of the road Samsung v. iPhone 14 Max. The Samsung performs as well my iPhone, so maybe that gives Android the edge. |
@eyeveye Do you have any updates on this? Are you still experiencing this? Could you try to run it in release mode too, to see if performance improves as @pblake81239 mentioned? |
Performance issue may be related to dotnet/maui#21460 |
The image below show the exact problem.
The other issue is the slow performance on the calendar. It took quite a while to display out the calendar.
The text was updated successfully, but these errors were encountered: