{ "id": "123582", "key": "TIMOB-15994", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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": null, "resolutiondate": null, "created": "2013-12-11T13:26:42.000+0000", "priority": null, "labels": [ "android" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:04:00.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "autoLink property on the label is not working on android >= 4.3\r\n\r\nvar win1 = Titanium.UI.createWindow({\r\n\tbackgroundColor : '#fff'\r\n});\r\n\r\nvar label2 = Titanium.UI.createLabel({\r\n\tcolor : '#999',\r\n\ttext : '800900800',\r\n\tautoLink : Titanium.UI.AUTOLINK_PHONE_NUMBERS,\r\n\tfont : {\r\n\t\tfontSize : 20,\r\n\t\tfontFamily : 'Helvetica Neue'\r\n\t},\r\n\ttextAlign : 'center',\r\n\twidth : 'auto'\r\n});\r\n\r\nwin1.add(label2);\r\nwin1.open(); \r\n\r\nClicking on the label \"800900800\" should open the phone dialer.\r\n\r\nCode working has expected on android <= 4.2 but not working on android >= 4.3", "attachment": [], "flagged": false, "summary": "Titanium.UI.AUTOLINK_PHONE_NUMBERS not working on android >= 4.3", "creator": { "name": "ibakayoko", "key": "ibakayoko", "displayName": "Ibrahim Bakayoko", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ibakayoko", "key": "ibakayoko", "displayName": "Ibrahim Bakayoko", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Host OS: Mac OS X\r\nOS Version: 10.9\r\nOS Arch: x86\r\nJRE Version: 1.6.0_65\r\n\r\nAndroid SDK Version: Google APIs (Android 4.3)\r\n\r\nTitanium SDK Version: 3.1.3\r\nSDK Modules API Version:2\r\nSDK Timestamp: 09/18/13 12:00\r\nSDK Build Number: 222f4d1\r\n", "comment": { "comments": [ { "id": "284368", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I can reproduce this issue with Titanium 3.1.3 SDK. Sample code provided here works fine with Android 4.0.4 simulator but not with Android 4.4.0 simulator.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-15T18:40:31.000+0000", "updated": "2013-12-15T18:40:31.000+0000" }, { "id": "322756", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces\r\n\r\nTitanium SDK version 3.4.0 master, 3.1.3.v20130908095038\r\nTitanium Studio, build: 3.3.0.201407100905\r\nTitanium Command-Line Interface\r\nCLI version 3.3.0, \r\nAndroid device : Motorola Moto G, Android version : 4.4.4", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-10T11:07:02.000+0000", "updated": "2014-09-10T11:07:02.000+0000" }, { "id": "337779", "author": { "name": "morefun0302", "key": "morefun0302", "displayName": "steven", "active": true, "timeZone": "America/Los_Angeles" }, "body": "According to this post: http://stackoverflow.com/questions/21538201/androidautolink-not-working-fully-on-my-4-4-device\r\n\r\nPhone numbers with 10 digits or above and having a '+' sign in the beginning will works.\r\n\r\nIt works for me on both Android version from 4.0 to 4.4.x", "updateAuthor": { "name": "morefun0302", "key": "morefun0302", "displayName": "steven", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-01-05T06:53:50.000+0000", "updated": "2015-01-05T06:53:50.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }