[TIMOB-530] link in web views are not enabled
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M09 |
Components | iOS |
Labels | ios, link, release-1.6.0, webview |
Reporter | pachakamac |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:31:10.000+0000 |
Updated | 2011-04-17T01:53:25.000+0000 |
Description
link in web pages showed with Titanium.UI.createWebView are disabled.
You see links but it doesn't work.
Is it possible to activate them ?
This does seem to work ok.
in KitchenSink, try adding a standard html link to the local_webview.html file:
eg:
I just tried and it worked. The web page I linked to replaced the existing webview.
For this to open another webview (and slide over from the right) youwuold need to do some text string replacement and make the links activate a custom webView function to add it to the stack.
I think there is also some 'history' forward/back functionality coming soon which will also make this a lot more useful. (?)
Works in KS. Tested against 1.6.0 RC1.