I found what I think is a bug. (Android build 2011.611 running on a HTC thunderbolt)
When a native.showAlert is displayed and the user hits the back button on the device the alert goes away(as it should) but if you call native.showAlert again, it fails to be displayed.
In some cases, you can work around the issue by checking for a dialog first and canceling the dialog(that isn’t displayed) before invoking a new one.
(I tried to work around this by capturing the back event but the back event generated when the dialog is displayed is NOT captured by a key event listener…so you never know if the dialog has been canceled) [import]uid: 40100 topic_id: 15424 reply_id: 315424[/import]