{ "id": "147415", "key": "AC-107", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "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": "2015-05-18T04:16:41.000+0000", "created": "2015-04-30T09:57:09.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "updated": "2015-05-18T04:16:41.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "{code:title=Environment}\r\nOperating System\r\n Name = Mac OS X\r\n Version = 10.10.4\r\n Architecture = 64bit\r\n # CPUs = 8\r\n Memory = 17179869184\r\n\r\nNode.js\r\n Node.js Version = 0.10.38\r\n npm Version = 1.4.28\r\n\r\nTitanium CLI\r\n CLI Version = 3.4.2\r\n\r\nTitanium SDK\r\n SDK Version = 4.0.0.RC\r\n SDK Path = /Volumes/Data/Users/sebastian/Library/Application Support/Titanium/mobilesdk/osx/4.0.0.RC\r\n Target Platform = iphone\r\n{code}\r\n\r\nIf I use this script with given url, the webView gets blank after loading the content.\r\n\r\nTrying with \"http://www.youtube.com\" instead of the given url, it works.\r\n\r\n{code:title=Fails}\r\nvar browserWin = Ti.UI.createWindow();\r\nvar browser = Ti.UI.createWebView({\r\n\turl:'http://www.youtube.com/results?search_query=transformers'\r\n});\r\nbrowserWin.add(browser);\r\nbrowserWin.open({\r\n\tmodal:true\r\n});\r\n{code}\r\n\r\n{code:title=Works}\r\nvar browserWin = Ti.UI.createWindow();\r\nvar browser = Ti.UI.createWebView({\r\n\turl:'http://www.youtube.com'\r\n});\r\nbrowserWin.add(browser);\r\nbrowserWin.open({\r\n\tmodal:true\r\n});\r\n{code}", "attachment": [], "flagged": false, "summary": "WebView shows blank page after loading with SDK 4.0.0.RC", "creator": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "352337", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am unable to reproduce this, using:\r\n\r\nMacOS 10.10.3\r\nStudio 4.0.0.201505120319\r\nTi SDK 4.0.0.v20150511112612\r\nAppc NPM 0.3.55\r\nAppc CLI 0.2.282\r\nTi CLI 4.0.0-beta8\r\nAlloy 1.6.0-beta4\r\nNode v0.10.37\r\nJava 1.7.0_45\r\n\r\nAnd both the \"Fails\" and \"Works\" samples, above. Tried on Simulator with iOS 8.3 and iPad Air with iOS 8.4.\r\nThe webview properly loads and does not go blank.", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-05-12T21:53:48.000+0000", "updated": "2015-05-12T21:54:42.000+0000" }, { "id": "352808", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We seem to be unable to reproduce this, but if you let us know what we might have done wrong, we'd be happy to try again.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-05-18T04:16:41.000+0000", "updated": "2015-05-18T04:16:41.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }