Hello everyone,
I have a general question to which I could not find the answer.
Is there a way to fit the (custom) loading spinner duration to the visual updates in an app?
I have loading spinners in several apps and often times they end before the actual update of the control (usually a gallery or form) shows for the user. consequently, the user sees the old/incorrect values for a split second.
I know there is the option to tie the visibility to a timer but I am rather looking for a dynamic approach. Setting the LoadingSpinner property of the screen to Data does not achieve this either (and does not align with the custom spinner I usually use anyway).
Any ideas, solutions or confirmation of no existing solution are appreciated.