{ "id": "62655", "key": "TIMOB-2023", "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": [ { "id": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:57:50.000+0000", "created": "2011-04-15T03:08:22.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2011-04-17T01:57:50.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": "{html}

If the first page loaded into a Webview then links to a second\npage and you \"click\" that link, the second page's bindings (for\nTi.API and Ti.App) don't seem to load at all, or take very long to\nload. To to see the failcase, use this app.js. It will access two\nfiles on the web. When you click the link, you'll see that the\nsecond page's Ti doesn't load.

\n
\nTitanium.UI.setBackgroundColor('#000');\nvar win = Titanium.UI.createWindow({  \n    title:'Test',\n    backgroundColor:'#fff',\n    fullscreen: true,\n    exitOnClose: true\n});\n\nTi.App.addEventListener('my_custom_event', function(){\n    Ti.UI.createNotification( {\n        message: 'The \"my_custom_event\" was fired by the remote page.',\n        duration: Ti.UI.NOTIFICATION_DURATION_LONG\n    }).show();\n});\n\nvar url = \"http://dl.dropbox.com/u/3756445/pageone.html\";\nvar wv = Ti.UI.createWebView({url: url}) ;\nwin.add(wv);\nwin.open();\n
{html}", "attachment": [], "flagged": false, "summary": "Android: Webview bindings fail when linking to a second page", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "127281", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

(from [d5e02d502752415c861c30693d3d82d700d37330])\n[#2023 state:fixed-in-qa] Move bindings from page\nload to page finished - page load doesn't seem to work for\nsubsequent pages past the first one (i.e., linked pages) \nhttp://github.com/appcelerator/titanium_mobile/commit/d5e02d5027524...

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:08:22.000+0000", "updated": "2011-04-15T03:08:22.000+0000" }, { "id": "127282", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

(from [cacd5269b42990edfb2cd4f9c4a831785fbf5ecd])\n[#2023 state:fixed-in-qa] Move bindings from page\nload to page finished - page load doesn't seem to work for\nsubsequent pages past the first one (i.e., linked pages) \nhttp://github.com/appcelerator/titanium_mobile/commit/cacd5269b4299...

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:08:22.000+0000", "updated": "2011-04-15T03:08:22.000+0000" }, { "id": "127283", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

g1 and 2.2 sim 1.5.0.o2c264

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:08:23.000+0000", "updated": "2011-04-15T03:08:23.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }