-
Notifications
You must be signed in to change notification settings - Fork 468
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
Notification won't dismiss #177
Comments
Can you give a little more information like some of the options you're using to display the toast notification? It almost sounds like this may be related to #154 but I want to verify you're using the same type of properties for displaying before i jump to any conclusions |
I'm seeing the same issue. I switched to :head as 0.0.7 displays incorrectly on an iPad in landscape mode.
|
to confirm the relation to #154 changing to CRToastAnimationTypeSpring resolves the issue. |
@ConfusedVorlon Which animation should he change to CRToastAnimationTypeSpring? |
I can also confirm the stuck notification as reported here and #154, using the current master (3f7d99e). It only gets "stuck" when a second notification arrives while the first is still visible, and if kCRToastAnimationInTypeKey and kCRToastAnimationOutTypeKey are BOTH set to CRToastAnimationTypeGravity. Changing either the AnimationIn or AnimationOut keys to Spring makes the problem go away. Using CRToastManager dismissNotification: fixes it as well... it definitely isn't hung, just failing to clear. |
I have made the notification display upon failure of a network request. If I send the request 2 times, or more, in a row, the notifications gets stuck at the top and won't dismiss until the user restarts the app.
The text was updated successfully, but these errors were encountered: