I have some notifications in Corona. The problem is that the text is too large, and I will need to show large (multi-line) notifications, for example, the Gmail application. Here's what the notifications look like now: 
Here is my code:
local notificationOptions = { alert = text, badge = 2, sound = "alarm.caf", custom = { foo = "bar" } } local notification = notifications.scheduleNotification( nextScheduleTime + ( day + math.floor(day/7)) * 24 * 60 * 60, notificationOptions )
Any idea how to do this?
android lua push-notification notifications corona
Serban stoenescu
source share