Hi all, Im using this code below to create a simply toast notification:
var toast = Ti.UI.createNotification({ message:"Please Stand By", duration: Ti.UI.NOTIFICATION_DURATION_LONG }); toast.show();In the Emulator the notification is shown with no problems. But when i test it on my samsung S3 the toast is very small! Is difficult even to read the message in it!
Anyone knows why? Thank you all!