-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Toast does not remain in action center after #43
Comments
A fire toast does not remain in the action center, on the foreground notification time is passed. when I read the documentation at : https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl
|
@kowlown could you provide an example of this issue? WinToast does keep the notifications in the action center by default if the user does not dismiss it or Windows does not hide them. Make sure that there is nothing wrong in your Windows configuration. See: https://github.com/mohabouje/WinToast#toast-configuration-on-windows-10 Once the toast is in the action center, WinToast does no longer get any callback or event from there. This is an issue that has been discussed in this issue #35 |
Well, the issue is exactly as @kowlown said.
The expected behavior (customizable if possible), So this
seems to not be working properly! I've checked my Notification Settings (as described here, and it is all good. Hope that the explanation was clean enough, |
I know his means since I'm facing the same problem. The effect what I want is just like the Screen Capture in the newest Windows 10 -- Capturing a photo, and user hide the notification into the action center. When user need it, open the action center and click the remaining notification to get the photo. //Sorry my English might no very good. |
A fired toast does not remain in the action center, once the foreground notification disappear, the notification in the action center disappear too.
It disappear immediately. It would be better if the toast disapper only when dismissed manually.
when I read the documentation at : https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl
at step 4 there are the lines :
The text was updated successfully, but these errors were encountered: