{ "id": "65383", "key": "TIMOB-4107", "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": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-21T21:00:00.000+0000", "created": "2011-05-16T12:43:42.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "ipad", "rotation", "webview" ], "versions": [ { "id": "11233", "name": "Release 1.6.0", "archived": true, "released": true, "releaseDate": "2011-02-23" }, { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-21T21:00:00.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": "When a webview is shown and the device is rotated, the zoom scale does not vary from one orientation to the other, and this is expected behavior. As soon as the content of the webview is scaled by \"pinch and zoom\" and then rotated, the zoom level is not scaled, making the content look smaller in landscape and bigger in portrait. \r\n\r\nThis very simple code illustrates the problem being described.\r\n{code}\r\nvar win = Titanium.UI.createWindow({ \r\n backgroundColor:'blue'\r\n});\r\n\r\nvar wv = Ti.UI.createWebView({\r\n\turl:'http://appcelerator.com',\r\n\tleft:50,\r\n\tright:50,\r\n\ttop:50,\r\n\tbottom:50\r\n});\r\n\r\nwin.add(wv);\r\n\r\nwin.open();\r\n{code}\r\nTo reproduce, run on either iPad or Simulator, when the webpage loads, rotate and the page will be scaled properly. Now zoom in just a bit and then rotate, you'll see the problem.", "attachment": [], "flagged": false, "summary": "iPad - Webview zoom scale on rotation", "creator": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "iPad Simulator", "comment": { "comments": [ { "id": "422505", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to the time passed and lack of progress for a number of years. Any problems, please file a new ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-21T21:00:00.000+0000", "updated": "2017-06-21T21:00:00.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }