Hello all,
I want to display dialogs or toast messages in my fuse app, any answer here ?
Thanks!
Hello all,
I want to display dialogs or toast messages in my fuse app, any answer here ?
Thanks!
Hi,
there is a Native dialogs example, and here’s a Toast community package.
There is also a list of community packages may you need to find something else.
Hope this helps!
Thanks Uldis I’ll try that
Uldis wrote:
Hi,
there is a Native dialogs example, and here’s a Toast community package.
There is also a list of community packages may you need to find something else.
Hope this helps!
Does not run!
I tested it, and it runs just fine.
The only problem that I noticed is a little typo - where there is a call to deviceToast.toastIt()
, the function should be capitalised, like so: deviceToast.ToastIt()
(note the capital T).
As I can see, this package cannot be used in IOS… What is the alternative in IOS for toast messages ?
@zoran: in Fuse, you could always make your own “toast”.
For an insight from the perspective of native solutions, see this stackoverflow answer.