{ "id": "139953", "key": "TIMOB-18066", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-04-07T21:00:21.000+0000", "created": "2014-11-18T13:20:34.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android", "debugging", "webview" ], "versions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2016-05-18T23:00:55.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Android supports the ability to inspect and debug webviews, just like iOS. On Android you have to enable it however by setting {{setWebContentsDebuggingEnabled}} to true.\r\n\r\nhttp://developer.android.com/reference/android/webkit/WebView.html#setWebContentsDebuggingEnabled(boolean)", "attachment": [ { "id": "59060", "filename": "crash.rtf", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-24T08:44:43.000+0000", "size": 5129, "mimeType": "text/rtf" } ], "flagged": false, "summary": "Support remote debugging / inspecting of Android webviews", "creator": { "name": "timanrebel", "key": "timanrebel", "displayName": "Timan Rebel", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "timanrebel", "key": "timanrebel", "displayName": "Timan Rebel", "active": true, "timeZone": "Europe/London" }, "environment": null, "closedSprints": [ { "id": 614, "state": "closed", "name": "2016 Sprint 07 SDK", "startDate": "2016-03-26T00:38:56.432Z", "endDate": "2016-04-09T00:38:00.000Z", "completeDate": "2016-04-11T04:41:08.231Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "333036", "author": { "name": "timanrebel", "key": "timanrebel", "displayName": "Timan Rebel", "active": true, "timeZone": "Europe/London" }, "body": "PR on Master: https://github.com/appcelerator/titanium_mobile/pull/6365", "updateAuthor": { "name": "timanrebel", "key": "timanrebel", "displayName": "Timan Rebel", "active": true, "timeZone": "Europe/London" }, "created": "2014-11-20T11:01:08.000+0000", "updated": "2014-11-20T11:01:08.000+0000" }, { "id": "337100", "author": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "body": "Please add support for this option -- using the inspector is invaluable in debugging apps that make heavy use of webviews!", "updateAuthor": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "created": "2014-12-19T00:46:01.000+0000", "updated": "2014-12-19T00:46:01.000+0000" }, { "id": "341455", "author": { "name": "blackbaudmobile", "key": "blackbaudmobile", "displayName": "Blackbaud Mobile", "active": true, "timeZone": "America/New_York" }, "body": "We use a web view for portions of our app and would love to see this feature added! Thank You.", "updateAuthor": { "name": "blackbaudmobile", "key": "blackbaudmobile", "displayName": "Blackbaud Mobile", "active": true, "timeZone": "America/New_York" }, "created": "2015-01-30T19:00:16.000+0000", "updated": "2015-01-30T19:00:16.000+0000" }, { "id": "381863", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Updated PR with corrected indentation:\r\nPR (master): https://github.com/appcelerator/titanium_mobile/pull/7920\r\nPR (5_3_X): https://github.com/appcelerator/titanium_mobile/pull/7922", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-04-06T14:38:45.000+0000", "updated": "2016-04-06T15:14:51.000+0000" }, { "id": "382147", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PRs merged", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-08T00:22:42.000+0000", "updated": "2016-04-08T00:22:42.000+0000" }, { "id": "386119", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix.\r\n\r\nFor remote debugging/inspecting android webviews the {{debuggable}} flag should se to {{true}} in the tiapp.xml:\r\n{code}\r\n\r\n \r\n \r\n \r\n\r\n{code}\r\n\r\nWebviews can be remote debugged/inspected successfully using chrome.\r\n\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 4.6.0.201605180604\r\nTi SDK : 5.3.0.v20160517124218\r\nTi CLI : 5.0.8\r\nAlloy : 1.8.7\r\nMAC El Capitan : 10.11.4\r\nAppc NPM : 4.2.5-5\r\nAppc CLI : 5.3.0-45\r\nNode: 4.2.2\r\nNexus 6 - Android 6.0.0\r\nNexus 5 - Android 5.1.1\r\nAndroid Emulator - Android 6.0.0\r\n", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-05-18T22:59:31.000+0000", "updated": "2016-05-18T23:00:50.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }