You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with the spinner in my Ionic capacitor application. The problem occurs when I switch between multiple apps and tabs on my device or in Web application. The spinner, which is intended to indicate loading or processing, does not dismiss itself properly, leading to an undesirable user experience.
already i try with loader.dismiss() , loader.getTop() and setTimeout(()) but setTimeout(()) is not suitable for my requirement.
Any guidance or assistance in resolving this matter would be greatly appreciated.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
I am facing an issue with the spinner in my Ionic capacitor application. The problem occurs when I switch between multiple apps and tabs on my device or in Web application. The spinner, which is intended to indicate loading or processing, does not dismiss itself properly, leading to an undesirable user experience.
already i try with loader.dismiss() , loader.getTop() and setTimeout(()) but setTimeout(()) is not suitable for my requirement.
Any guidance or assistance in resolving this matter would be greatly appreciated.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: