I’ve been using Tooltip text with some views, but it’s taking a considerable amount of time to render initially. However, after the first rendering, it works perfectly. Sometimes, it doesn’t appear for a longer period, but when I unfocus and refocus the app, it starts to appear again.
Code snippet
ToolTipProperties.SetText(customView, "CustomView");
I am using it in .Net MAUI Maccatalyst.
It should render with minimum time with user response.