{ "id": "111828", "key": "TIMOB-13334", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2017-06-20T23:13:48.000+0000", "created": "2013-03-28T11:43:22.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "ios" ], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-20T23:13:48.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": "Hello,\r\n\r\nI have created one simple web view which load one image from its resource directory using url property of web view. Here I set the background color of web view to yellow and height is 50%. Problem is if I scroll down the web view I can see the yellow color at the end of the image view. This is only happening in ios but in android it is not happening. This is not bouncing effect in iPhone. I have added the screen shots and the sample code. You can find my code in FirstView.js file.\r\n{code}\r\n\tvar self = Ti.UI.createView();\r\n\t\r\n\t//label using localization-ready strings from /i18n/en/strings.xml\r\n\tvar webview = Titanium.UI.createWebView({\r\n\t\tleft : 0,\r\n\t\tright: 0,\r\n\t\tbottom: 0,\r\n\t\tbackgroundColor : \"yellow\",\r\n\t\ttop : 0,\r\n\t\t\r\n\t\twidth : \"100%\",\r\n\t\theight : '50%',\r\n\t});\r\n\tif (Ti.Platform.osname == 'android') {\r\n\t\twebview.url = '../../1.jpg';\r\n\t} else {\r\n\t\twebview.url = '1.jpg';\r\n\t}\r\n\tself.add(webview);\r\n\t\r\n\t\r\n\t\r\n\treturn self;\r\n\r\n{code}", "attachment": [ { "id": "36730", "filename": "Android_Emulator-2013-03-28-170012.png", "author": { "name": "surajit_rcc8", "key": "surajit_rcc8", "displayName": "Surajit Biswas", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-28T11:43:22.000+0000", "size": 61624, "mimeType": "image/png" }, { "id": "36731", "filename": "iOS Simulator Screen shot 28-Mar-2013 4.55.30 PM.png", "author": { "name": "surajit_rcc8", "key": "surajit_rcc8", "displayName": "Surajit Biswas", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-28T11:43:22.000+0000", "size": 64987, "mimeType": "image/png" }, { "id": "36732", "filename": "SampleWebView.zip", "author": { "name": "surajit_rcc8", "key": "surajit_rcc8", "displayName": "Surajit Biswas", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-28T11:43:22.000+0000", "size": 3123914, "mimeType": "application/zip" } ], "flagged": false, "summary": "iPhone: Webview not bouncing/displaying correctly", "creator": { "name": "surajit_rcc8", "key": "surajit_rcc8", "displayName": "Surajit Biswas", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "surajit_rcc8", "key": "surajit_rcc8", "displayName": "Surajit Biswas", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS,\r\nTitanium mobile sdk 3.0.2.v20130215190201, 3.1.0\r\n", "comment": { "comments": [ { "id": "422425", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am unable to reproduce this issue with the following environment;\r\niPhone 7 (10.2)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170620103414\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-20T23:13:48.000+0000", "updated": "2017-06-20T23:13:48.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }