-
Notifications
You must be signed in to change notification settings - Fork 61
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 initializes very slow #101
Comments
Can you share more details about device you are running calendar? Can you share code how you implement it? We do some optimization work, which will be available in new nuget release. |
Currently I'm running it on a Samsung A30s with Android Version10. bandicam.2021-06-24.09-56-56-022.mp4 |
@MxPie200 can you try latest version |
We are already on latest Version. |
@MxPie200 we release it 3 days ago https://www.nuget.org/packages/Xamarin.Plugin.Calendar/1.4.5304 i should be faster. |
The speed issue is still their am using the advance sample on simluator is quite slow. Only installed nuget today |
I cant really send u a video here due to NDA but can i email u a link somehow? |
Sure you can, meanwhile our project is finished but im really interested in the problem.Von meinem/meiner Galaxy gesendet
-------- Ursprüngliche Nachricht --------Von: David Buckley ***@***.***> Datum: 10.10.21 03:20 (GMT+01:00) An: "lilcodelab/Xamarin.Plugin.Calendar" ***@***.***> Cc: MxPie200 ***@***.***>, Mention ***@***.***> Betreff: Re: [lilcodelab/Xamarin.Plugin.Calendar] [Bug] Calendar initializes very slow (#101)
I cant really send u a video here due to NDA but can i email u a link somehow?
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I have the same issue...a page is loaded longer when a calendar control is added |
I have the same issue. I had to put the calendar control into an XCT LazyView, and load it only after the page loaded (with some delay), and it takes seconds to load the calendar. |
With the latest version of the control and Xamarin Forms, I am seeing much better load time, thank you!! However I would still lazy load it. |
I'm wondering about why the calendar does have such a long loading time when opening the App.
If I create an empty project with one page containing the calendar it takes min. 5 Seconds to load - before the calendar appears I can only see an white screen.
The text was updated successfully, but these errors were encountered: