RadzenMenu (Responsive) Takes Long Time to Function

I have a responsive RadzezMenu component in a Layout. On the first load, it takes about 10 seconds for the menu to drop down the menu items. You can click on it as many times as you want, but it won't function during this state. Eventually, it starts working.

Has anyone experienced this? If so, is there a workaround?

Thanks-in-advance.

This sounds as there is some delay during Blazor initialization during which no events are raised. Shouldn't be caused by RadzeMenu itself. Yet I haven't seen this before and I am not sure what could be causing it.

To troubleshoot further you can start removing other components or JS libraries that you use to see if things start working better at some point.

Thanks for your assistance. This only happens on a mobile device. I'll try to investigate further.