Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Feature request: ability to register for link presses

Currently the delegate returns true unconditionally:

- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
{
    return YES;
}

It would be nice if we could register for an event to catch this, instead of having to manually add onclick handlers to all links on a page.

— asked May 25th 2010 by Damien Elmes
  • iphone
  • link
  • webview
0 Comments

0 Answers

The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.