Arj 1411
Arj 1411

Reputation: 1401

Toast message in Oracle MAF

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

Answers (1)

User404
User404

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

Related Questions