Reputation: 1401
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.
Upvotes: 0
Views: 261
Reputation: 2192
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
Upvotes: 2