NativeDialogs icon indicating copy to clipboard operation
NativeDialogs copied to clipboard

Adobe Air Native Extension for mobile native dialogs (IOS,Andoid) - Toast, Text Input dialog, Progress dialog, Alert dialog, multi single choice dialog + DatePicker dialog

Results 44 NativeDialogs issues
Sort by recently updated
recently updated
newest added

NativeDatePickerDialog starts to be displayed in the following way (see attach) on my iOS 7. I'm not sure it began after your recent fixes related to list dialog, but I've...

NativeAlertDialog can support only 1 or 2 buttons, but i need 3 buttons

Hi, First of all thanks for your great work on these extensions. I am trying to use the NativePickerDialog but nothing is displaying when i call the show() method. I'm...

HI, thanks for the awesome work! there doesnt seem to be a BG on the picker list on iOS7, or maybe I'm doing something wrong? ![cosito](https://f.cloud.github.com/assets/3056157/1512473/e582df4e-4acb-11e3-9f37-1f51b8907fea.jpg) var picker:NativePickerDialog = new...

When compile my app using the AIR SDK 3.9.0.1030, I get a black square instead the datepickers and listDialogs, the pickers "work", but is no visible the content. I back...

I have used showAlert for quite a while now, with the format of: Vector.(["default","option1,option2,option3"]) Now, under iOS 7, all of the secondary options are placed into the second button name,...

Hello, thanks for this awsome work ! In pickerList, the labelField isn't correctly handled, it's looking for the "labelField" String instead of the labelField property. (see dialogs/support/PickerList.as line 91). Regards,...

The old "NativeAlert" library was compatible with Windows (at least the regular NativeAlert class). It would be desirable to have that compatibility back in the NativeAlertDialog class of the "NativeDialogs"...

I'm currently trying to add a date only picker for an iOS 7 app. I've set the display mode as DATE. When I use it on the device only the...

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...