I tried using the native.showAlert API to have an alert popup in iOS.
When I use it with the simulator, I get a popup, but it’s not an iOS style popup. It looks like a Corona Simulator app popup of some sort.
When I run the app on a real device, will I get a regular iOS alert like when using UIAlertView in Xcode?