Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

Message toast #67

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi ! Is it possible to use toast message, like it :

http://i.stack.imgur.com/Y2JS4.png

Thanks !

mdekermadec commented 8 years ago

It should not be a problem to do that.

But we should use Material design version: SnackBar: http://www.androidhive.info/wp-content/uploads/2015/09/android-snackbar-example.png

On iOS we will need an alternative, maybe this one: https://github.com/stonesam92/SSSnackbar

What do you think ?

ghost commented 8 years ago

Perfect ! It's exactly that ! It's easy to add it ?

mdekermadec commented 7 years ago

Snackbar is available for Android. iOS coming soon.

Documentation is here: http://www.appdeck.mobi/doc/api_snackbar

We will update AppDeck test app soon.