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
Use the search function to see if this feature has already been suggested.
I have searched for duplicate issues.
Description of new feature
Toast popups can be tricky to read when they have a dismiss delay, also for who is a slow reader and/or not native to language would benefit from a paused dismiss when hover the mouse over the toast to be able to get all the information. This is also useful when having actions on toast but not want them to stay there until manual dismiss.
I suggest a bool variable on After method to implement this, eg: SukiToastBuilder After(this SukiToastBuilder.DismissToast dismiss, TimeSpan after, bool pauseWhileHover = true) which when true and user hover the toast it just stops the timer (eg. DispatcherTimer). When it lost hover timer is reset.
Also, I think true should be the default, as this hover to pause dismiss is what modern systems uses with time notifications.
Package Version
6.0 RC
The text was updated successfully, but these errors were encountered:
Use the search function to see if this feature has already been suggested.
Description of new feature
Toast popups can be tricky to read when they have a dismiss delay, also for who is a slow reader and/or not native to language would benefit from a paused dismiss when hover the mouse over the toast to be able to get all the information. This is also useful when having actions on toast but not want them to stay there until manual dismiss.
I suggest a bool variable on
After
method to implement this, eg:SukiToastBuilder After(this SukiToastBuilder.DismissToast dismiss, TimeSpan after, bool pauseWhileHover = true)
which when true and user hover the toast it just stops the timer (eg. DispatcherTimer). When it lost hover timer is reset.Also, I think
true
should be the default, as this hover to pause dismiss is what modern systems uses with time notifications.Package Version
6.0 RC
The text was updated successfully, but these errors were encountered: