Skip to content
This repository was archived by the owner on Aug 9, 2019. It is now read-only.

Toasts Disappear Instantly on iOS #44

Open
jjanusch opened this issue Dec 4, 2013 · 0 comments
Open

Toasts Disappear Instantly on iOS #44

jjanusch opened this issue Dec 4, 2013 · 0 comments

Comments

@jjanusch
Copy link

jjanusch commented Dec 4, 2013

On iOS, Toasts will appear for a frame or 2 before being hidden. Changing the time they are to be shown does nothing.

Example:

var msg:String = "Profile successfully updated";
if ( Toast.isSupported ) {
    Toast.show( msg, 3 );
}
else {
    trace( msg );
}

That works perfectly on Android, but on iOS it will show up for a fraction of a second before disappearing, not even long enough to read the message.

Tested on iOS 7 with AIR 3.9 and AIR 4.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant