tabris icon indicating copy to clipboard operation
tabris copied to clipboard

Provide a feature similar to the "Toast" on Android

Open mkempka opened this issue 10 years ago • 2 comments

Android supports Toasts, a quick message for the user. https://developer.android.com/reference/android/widget/Toast.html

It would be awesome if Tabris clients would support Toasts natively. At the moment I'm mimicking them with a push session, which I don't like very much.

mkempka avatar Mar 13 '14 18:03 mkempka

Link to feature: https://developer.android.com/guide/topics/ui/notifiers/toasts.html

mpost avatar Mar 14 '14 07:03 mpost

http://stackoverflow.com/questions/18680891/displaying-a-message-in-ios-which-have-the-same-functionality-as-toast-in-androi

jkrause avatar Jul 11 '14 08:07 jkrause