Replies: 4 comments 2 replies
-
Hi gvreddy04, can you help? Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ud3665 Can you share your project details like (Version/WebAssembly/Server/Auto)? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@ud3665 If possible pls share a GitHub repo, to reproduce the issue with minimal steps. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi gvreddy04, can you help? Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a problem with the PreloadService. The spinner is not displayed when the data is loaded for the first time. The code is simple. Does anyone else have the problem or can help me?
Many thanks in advance.
protected override async Task OnInitializedAsync()
{
await LoadDataAsync();
}
private async Task LoadDataAsync()
{
try
{
PreloadService.Show(SpinnerColor.Light, "Loading data...");
}
Beta Was this translation helpful? Give feedback.
All reactions