{ "id": "61162", "key": "TIMOB-530", "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": "11242", "name": "Release 1.6.0 M09", "archived": true, "released": true, "releaseDate": "2011-02-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:25.000+0000", "created": "2011-04-15T02:31:10.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios", "link", "release-1.6.0", "webview" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:25.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": "{html}
link in web pages showed with Titanium.UI.createWebView are\ndisabled.
\nYou see links but it doesn't work.
\nIs it possible to activate them ?
This does seem to work ok.
\nin KitchenSink, try adding a standard html link to the\nlocal_webview.html file:
\neg:
\n<p>\n<a href=\"http://google.com\">GO TO GOOGLE</a>\n</p>
\n
\nI just tried and it worked. The web page I linked to replaced\nthe existing webview.
\nFor this to open another webview (and slide over from the right)\nyouwuold need to do some text string replacement and make the links\nactivate a custom webView function to add it to the stack.
\nI think there is also some 'history' forward/back functionality\ncoming soon which will also make this a lot more useful. (?)
Works in KS. Tested against 1.6.0 RC1.