{ "id": "122767", "key": "AC-1924", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-12-06T21:00:06.000+0000", "created": "2013-11-21T21:38:36.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:40:51.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "When loading a url in a webview. The final view ends up with the last loaded iframe on that page. E.g. a facebook-like button or a twitter follow button.", "attachment": [], "flagged": false, "summary": "Webview only shows latest loading iframe", "creator": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "environment": "iOS 7.0.3 SDK 3.2.0.v20131121110843 iPhone + iPad", "comment": { "comments": [ { "id": "282940", "author": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "body": "Ignore this one. It was due to a module I used.", "updateAuthor": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-12-06T20:42:38.000+0000", "updated": "2013-12-06T20:42:38.000+0000" }, { "id": "282942", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Marking it resolved as Invalid as per updated info from Wienke.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-06T21:00:06.000+0000", "updated": "2013-12-06T21:00:06.000+0000" }, { "id": "350509", "author": { "name": "milgner", "key": "milgner", "displayName": "Marcus Ilgner", "active": true, "timeZone": "Europe/Berlin" }, "body": "@Wienke could you elaborate which plugin was causing the problem? We are experiencing the exact same issue but have no webview-related plugins and the site works on Mobile Safari and also from the Android WebView.", "updateAuthor": { "name": "milgner", "key": "milgner", "displayName": "Marcus Ilgner", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-04-23T07:25:42.000+0000", "updated": "2015-04-23T07:25:42.000+0000" }, { "id": "350510", "author": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "body": "@milgner not sure, which one it was. But it was a module we wrote our own that did a overwrite on the UIWebView class. Can you elaborate a bit more on the matter?", "updateAuthor": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-04-23T07:36:37.000+0000", "updated": "2015-04-23T07:36:37.000+0000" }, { "id": "350523", "author": { "name": "milgner", "key": "milgner", "displayName": "Marcus Ilgner", "active": true, "timeZone": "Europe/Berlin" }, "body": "Thanks for getting back to me! In the meantime I found that we did indeed have a special module running on iOS that influences webview behaviour: NappUI. I have been able to trace the problem and build a custom version that works. There's also a ticket in which I describe the problem: https://github.com/viezel/NappUI/issues/57 ", "updateAuthor": { "name": "milgner", "key": "milgner", "displayName": "Marcus Ilgner", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-04-23T09:13:59.000+0000", "updated": "2015-04-23T09:13:59.000+0000" }, { "id": "350532", "author": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "body": "As you mention it, this was indeed the module that gave the problem for us as well. \r\n\r\nWhat we did is remove the TiUIWebView+Extend.m and TiUIWebView+Extend.h files because we did not need them. They provide the extended functionality for the web view.", "updateAuthor": { "name": "wgiezeman", "key": "wgiezeman", "displayName": "Wienke", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-04-23T10:04:04.000+0000", "updated": "2015-04-23T10:04:04.000+0000" }, { "id": "350535", "author": { "name": "milgner", "key": "milgner", "displayName": "Marcus Ilgner", "active": true, "timeZone": "Europe/Berlin" }, "body": "Unfortunately we only pulled in this module to set a custom user agent on iOS, so we can't remove it completely. But I traced the problem back to a specific commit (custom headers) and after revoking that one everything works as expected.\r\n\r\nSo thanks again for the quick feedback, I much appreciate it. As I mentioned in the ticket on Github, I'm not really familiar with native iOS development so it's a lot of shooting into the dark for problems like this. ^^\r\n\r\nAll the best\r\nMarcus", "updateAuthor": { "name": "milgner", "key": "milgner", "displayName": "Marcus Ilgner", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-04-23T10:29:47.000+0000", "updated": "2015-04-23T10:29:47.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }