Toast message in Oracle MAF

262 Views Asked by At

Is there any way to generate toast message in Oracle-MAF like in android or IOS ? I gone through some blogs but didn't find any.

1

There are 1 best solutions below

2
User404 On BEST ANSWER

You could create this pretty easily with some Javascript and CSS, see Show an Android style toast notification using HTML/CSS/JavaScript

Or you can also use a Cordova plugin, see: https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin