0
votes

I am creating an application using flex mobile but could not find how to show alerts using flex. So can anyone please tell how to show the alert in flex mobile , mx alert don't work in this and i could not find an alternative in spark.

Thanks

2

2 Answers

0
votes

If you'd like to use the native alert popup (a title & message with 1-2 buttons like Ok|Cancel) I suggest using ANE Native Alert

0
votes

You can either make your own pop ups, or if you don't want the hassle.

There is a Native Extension called AirAlert that will display the native pop ups. You can find it here:

Air Alert Git Hub Page

It works well on both platforms.