约 6,330 个结果
在新选项卡中打开链接
  1. What is a "toast notification"? - User Experience Stack Exchange

    2012年1月30日 · A Toast is a non modal, unobtrusive window element used to display brief, auto-expiring windows of information to a user. Android OS makes relatively heavy use of them. …

  2. Success Toast VS Modal - User Experience Stack Exchange

    2017年1月16日 · Success Toast or Modal? web desktop/tablet. User is on detailed page and clicks review > review takes user to a page with outliers > user completes actions on page > …

  3. What's the appropriate toast after successful CRUD operation?

    2018年4月16日 · What's the most appropriate toast message for this scenario? <entity> was <action> <entity> has been <action> <entity> <action> <action> Something else; For example, …

  4. Android: toast vs alert dialog - User Experience Stack Exchange

    2015年4月14日 · A toast provides simple feedback about an operation in a small popup. It only fills the amount of space required for the message and the current activity remains visible and …

  5. Should I issue a toast when something is copied to clipboard?

    2023年11月29日 · Indeed as you said, the toast would be an overkill for such a small action. A tooltip or the checkmark icon would be enough. If it comes to the logical part, it should be …

  6. Toasts on big screens - how to improve noticeability

    2019年9月11日 · When you say 'toast' message I assume they are low priority feedback messages displayed on the screen immediately after users actions and disappear after 3-5 …

  7. mobile - Is putting a toast in the lower part of the screen the …

    A toast should provide helpful feedback but should not be required. You say that they're used on Android for "confirmation", but more accurately they should be used for feedback that …

  8. How long should a toast message with 'undo' appear?

    2018年3月15日 · When they delete an item, a toast notification appears to say "Chart 2 was deleted successfully. Undo?" The undo option makes it easy to quickly recover from errors. …

  9. How long should a temporary notification (toast) appear?

    The correct formula is min(max(toast.message.length * 50, 2000), 7000) This isn't an exact science, but it's worked for me and it's reasonably supported by ergonomic data... Roughly, …

  10. Should I use error toast to show error codes?

    2023年9月14日 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …