{ "id": "174543", "key": "AC-6458", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2019-12-23T12:55:13.000+0000", "created": "2019-12-12T15:28:02.000+0000", "labels": [ "ios" ], "versions": [ { "id": "17038", "name": "Appcelerator Studio 4.5.0", "archived": false, "released": false } ], "issuelinks": [], "assignee": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "updated": "2019-12-23T12:55:13.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "I am trying to create an alert dialog in iOS platform\r\n{code:js}\r\nvar confirmDialogBox = Titanium.UI.createAlertDialog({\r\n\t\t\t\t\t\t\ttitle : \"Title\",\r\n\t\t\t\t\t\t\tmessage : \"Message\",\r\n\t\t\t\t\t\t\tcancel : 1,\r\n\t\t\t\t\t\t\tbuttonNames : [\"Yes\", \"No\"]\r\n\t\t\t\t\t\t});\r\nconfirmDialogBox.show();\r\n{code}\r\n\r\nI am using inside the for loop, but only once is showing and also find below error\r\n\r\n{code}\r\n*[ERROR] : UIAlertController is up and showing an alert. ABORTING showing of modal controller*\r\n{code}\r\n\r\nCan you please suggest how to show to multiple times pop up in iOS.\r\n\r\niOS SDK 13\r\nTitianium SDK: 8.2.1.GA\r\n", "attachment": [], "flagged": false, "summary": "create alert dialog popup not showing multiple times", "creator": { "name": "shishir.roy", "key": "shishir.roy", "displayName": "shishir.roy", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "shishir.roy", "key": "shishir.roy", "displayName": "shishir.roy", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "453176", "author": { "name": "shishir.roy", "key": "shishir.roy", "displayName": "shishir.roy", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Any Updates on this query", "updateAuthor": { "name": "shishir.roy", "key": "shishir.roy", "displayName": "shishir.roy", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-12-13T05:52:29.000+0000", "updated": "2019-12-13T05:52:29.000+0000" }, { "id": "453195", "author": { "name": "shishir.roy", "key": "shishir.roy", "displayName": "shishir.roy", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Any Update on this inquiry. Please suggest something so that we can proceed further", "updateAuthor": { "name": "shishir.roy", "key": "shishir.roy", "displayName": "shishir.roy", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-12-16T05:52:32.000+0000", "updated": "2019-12-16T05:52:32.000+0000" }, { "id": "453211", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "This is by design (Apple). \r\n\r\nRecommendation: monitor the click event on the first dialog, and then open the second one after the first one has closed. An array could be created with the dialogs, and then just splice the first one from the array and show it\r\n\r\nHope this helps.", "updateAuthor": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2019-12-17T02:08:36.000+0000", "updated": "2019-12-17T02:08:57.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }