Add Snackbar / Toast to AppStudio

first of all: I love AppStudio :slight_smile:

One suggestion: In modern day apps ‘Toast’ or ‘Snackbar’ are very often used. I’d recommend to integrate that as a common control.

I am using successfully this PhoneGap plugin: https://www.npmjs.com/package/cordova-plugin-x-toast
and that’s okay for me.

But I’d suggest to implement a pure html5 solution in Appstudio as very simple on:

or advanced on
http://codeseven.github.io/toastr/

so, this is not a question, just a suggestion. Please add ‘Suggestion’ to the categories of this forum.

A Suggestion category is a great idea. BRB!

Here’s a sample app with a snackbar:

ShowSnackbar.nsx (19.3 KB)

We’ll definitely look at putting this into a future release!

1 Like