{ "id": "169411", "key": "TIMOB-25066", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-10-31T02:39:58.000+0000", "created": "2017-08-04T21:17:00.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-08-06T17:37:01.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h5. Description: \r\nCustomer would like an option to disable the emoji keyboard for certain inputs. Since xcode 8.2.1 you are able to select keyboard type \"numbers and punctuation\" to use a keyboard without emojis\r\n\r\nh5. Feature request: \r\nenable a way to select other keyboard types in iOS. Please see attached screenshot.\r\n\r\nh5. Additional information: \r\nCustomer has already implemented disallow custom keyboards. ", "attachment": [ { "id": "62990", "filename": "KeyboardType.png", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-04T21:16:58.000+0000", "size": 37254, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: disable emoji keyboard", "creator": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 963, "state": "closed", "name": "2017 Sprint 22 SDK", "startDate": "2017-10-22T21:43:59.523Z", "endDate": "2017-11-05T22:43:00.000Z", "completeDate": "2017-11-06T16:33:42.425Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "425993", "author": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~vvazquezmontero] Keyboard types are already supported in titanium as you can see in document [here|http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextArea-property-keyboardType] .\r\nPlease see the following example for usage of keyboard type -\r\n\r\n{code:java}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#fff'\r\n});\r\n\r\nvar textArea = Ti.UI.createTextArea({\r\n top: 150,\r\n width:200,\r\n value: 'Keyboard Type test',\r\n borderColor: 'red',\r\n backgroundColor: 'gray',\r\n keyboardType: Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION\r\n});\r\n\r\n\r\nwin.add(textArea);\r\nwin.open();\r\n{code}\r\n\r\nI think this is what customer is looking for. ", "updateAuthor": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-07T03:48:55.000+0000", "updated": "2017-08-07T03:48:55.000+0000" }, { "id": "426171", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~vijaysingh] Thank you for that Vijay I will share this with the customer", "updateAuthor": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-08T16:09:21.000+0000", "updated": "2017-08-08T16:09:21.000+0000" }, { "id": "429585", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~vijaysingh] We can close this ticket", "updateAuthor": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-25T20:23:48.000+0000", "updated": "2017-10-25T20:23:48.000+0000" }, { "id": "429874", "author": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "As mentioned in previous comments, this is not a bug. So resolving it.", "updateAuthor": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-31T02:39:58.000+0000", "updated": "2017-10-31T02:39:58.000+0000" }, { "id": "439915", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as invalid. If incorrect, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:37:01.000+0000", "updated": "2018-08-06T17:37:01.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }