native.showAlert BUG

If you heavily use “native.showAlert” to display text to your iOS users be careful if your using it with build 2792 or greater because it doesn’t appear to be working right. I have to roll back to build 2788 for right now.

native.showAlert only seems to work one time. It seems you cannot call it multiple times in an app.

Can anyone confirm this? Warning just to please check your application.

We know of this bug and have a fix that should be in an upcoming daily build.

You can work around the issue for now by manually calling native.cancelAlert in the alert’s listener.

Thanks Michael :slight_smile:

We know of this bug and have a fix that should be in an upcoming daily build.

You can work around the issue for now by manually calling native.cancelAlert in the alert’s listener.

Thanks Michael :slight_smile: