{ "id": "116359", "key": "TIMOB-14349", "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": [ { "id": "15597", "description": "2013 Sprint 17", "name": "2013 Sprint 17", "archived": true, "released": true, "releaseDate": "2013-08-23" }, { "id": "15599", "description": "2013 Sprint 17 API", "name": "2013 Sprint 17 API", "archived": true, "released": true, "releaseDate": "2013-08-23" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-08-19T21:24:31.000+0000", "created": "2013-06-22T00:13:21.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "module_webview", "qe-testadded" ], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-23T23:15:14.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": "h6.Feature Request\r\nCustomer is asking to expose the following class:\r\n- setWebChromeClient\r\nAnd the following methods for a webview:\r\n- setRenderPriority\r\n- setCacheMode\r\n\r\nh6.Additional details\r\nFor example a couple of other settings found in Android such as:\r\nwebview.getSettings().setRenderPriority(RenderPriority.HIGH);\r\nwebview.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);", "attachment": [], "flagged": false, "summary": "Android: WebView, expose setCacheMode", "creator": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "subtasks": [], "reporter": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "environment": null, "comment": { "comments": [ { "id": "263810", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master PR: https://github.com/appcelerator/titanium_mobile/pull/4510", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-29T23:28:19.000+0000", "updated": "2013-07-29T23:28:19.000+0000" }, { "id": "264179", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Test case: \n{code}\nvar win = Ti.UI.createWindow();\n\nvar webView = Ti.UI.createWebView({\n\turl: \"http://www.google.com\",\n\tcacheMode: Ti.UI.Android.WEBVIEW_LOAD_NO_CACHE,\n});\n\nTi.API.info(\"Cache mode property: \" + webView.cacheMode);\nTi.API.info(\"Cache mode method: \" + webView.getCacheMode());\n\n\n\n\nwin.add(webView);\n\nwin.open();\n{code}", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-31T17:04:52.000+0000", "updated": "2013-07-31T17:04:52.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }