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
In Android native Toast, if one toast is still showing, and the second one comes, the first one will soon be replaced (may with a crash animation)
While in weex, the second toast (or you may call it modal) can appear only if the first completes its showing duration. This problem is more serious if we have a sequence of toast, which makes user have a wait a long long time to see all toasts.
The text was updated successfully, but these errors were encountered:
markzhai
changed the title
Toast behavior is different from native
Toast(modal) behavior is different from native toast
Apr 22, 2016
@markzhai thank you for your feedback, Android native toast can support these two behavior, And when you call Toast.makeText() to create a toast object every time ,it will be show one by one . otherwise it can be replace at once . I will think to change the behavior .
In Android native Toast, if one toast is still showing, and the second one comes, the first one will soon be replaced (may with a crash animation)
While in weex, the second toast (or you may call it modal) can appear only if the first completes its showing duration. This problem is more serious if we have a sequence of toast, which makes user have a wait a long long time to see all toasts.
The text was updated successfully, but these errors were encountered: