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 initializes very slow #101

Open
MxPie200 opened this issue Jun 22, 2021 · 11 comments
Open

[Bug] Calendar initializes very slow #101

MxPie200 opened this issue Jun 22, 2021 · 11 comments
Labels
bug Something isn't working

Comments

@MxPie200
Copy link

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.

@MxPie200 MxPie200 added the bug Something isn't working label Jun 22, 2021
@antonioseric
Copy link
Contributor

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.

@MxPie200
Copy link
Author

Currently I'm running it on a Samsung A30s with Android Version10.
My Code is way too much to show, but I recently created a simple project which only contains the Calendar.
There is no Data (Events) loaded - but it's still taking 5 seconds to load:

bandicam.2021-06-24.09-56-56-022.mp4

@antonioseric

@antonioseric
Copy link
Contributor

@MxPie200 can you try latest version

@MxPie200
Copy link
Author

We are already on latest Version.

@antonioseric
Copy link
Contributor

@MxPie200 we release it 3 days ago https://www.nuget.org/packages/Xamarin.Plugin.Calendar/1.4.5304 i should be faster.

@davidbuckleyni
Copy link

The speed issue is still their am using the advance sample on simluator is quite slow. Only installed nuget today

@davidbuckleyni
Copy link

I cant really send u a video here due to NDA but can i email u a link somehow?

@MxPie200
Copy link
Author

MxPie200 commented Oct 10, 2021 via email

@AdminPri
Copy link

I have the same issue...a page is loaded longer when a calendar control is added

@tamasszadvari
Copy link

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.

@trevoriancox
Copy link

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.

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

6 participants