Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Toast Cannot Be Dismissed #47

Closed
RudraSen2 opened this issue Apr 26, 2022 · 1 comment
Closed

Loading Toast Cannot Be Dismissed #47

RudraSen2 opened this issue Apr 26, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@RudraSen2
Copy link

Describe the bug
The Loading Toast, cannot be dismissed by Clicking on The Toast but can be dismissed using the button from which the toast is popped up. All Other Toasts can be dismissed by clicking on the toast.

To Reproduce
Steps to reproduce the behavior:

  1. Implement Loading Toast
  2. Run The App and Start off the toast.
  3. Click on the spinner and it would not dismiss.

Expected behavior
I want to dismiss the loading toast by clicking on the spinner like in other toasts.

Screenshots
Sorry, No Screenshots are available at this point of time. You can ask for them later.

Desktop (please complete the following information):

  • OS: macOS Monterey 12.3.1
  • Browser: Safari
  • Version: Latest

Smartphone (please complete the following information):

  • Device: iPhone 13 Mini (Simulator)
  • OS: iOS 15 Latest
  • Browser: Safari
  • Version: Latest

Additional context
N/A

@RudraSen2 RudraSen2 added the bug Something isn't working label Apr 26, 2022
@elai950
Copy link
Owner

elai950 commented Jan 31, 2023

Hey @RudraSen2 ,
A tap to dismiss on a loader would not be a very useful feature because the user should not be able to dismiss the loading alert in case there is some processing logic.
This is why I decided that the loading alert would not be possible to dismiss.

If you really need this feature, you can always fork the library and change the code inside.

@elai950 elai950 closed this as completed Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants