Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-530] link in web views are not enabled

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:53:25.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M09
ComponentsiOS
Labelsios, link, release-1.6.0, webview
Reporterpachakamac
AssigneeReggie Seagraves
Created2011-04-15T02:31:10.000+0000
Updated2011-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 ?

Comments

  1. kosso 2011-04-15

    This does seem to work ok.

    in KitchenSink, try adding a standard html link to the local_webview.html file:

    eg:

       <p>
       <a href="http://google.com">GO TO GOOGLE</a>
       </p>
       

    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. (?)

  2. Stephen Tramer 2011-04-15

    Works in KS. Tested against 1.6.0 RC1.

JSON Source