Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 654165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:27:53+00:00 2026-05-13T22:27:53+00:00

I am designing an app which will present large amounts of text that is

  • 0

I am designing an app which will present large amounts of text that is interspersed with notes and references as clickable images. On a PC I’d use a control that shows HTML, but in the iPhone I am not able to intercept the touches of images and links too well using the UIWeb control.

Should I use a UIScroll and build the text as lables and UIImages perhaps?

Looking for the best way forward in my design phase.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T22:27:53+00:00Added an answer on May 13, 2026 at 10:27 pm

    I don’t know what your requirements are obviously, but it is possible to capture the click on an link in a UIWebView and take some alternative action. In one of my Apps, I have a UIWebView with one particular link which I want to route differently, while I let all other links open as web pages in the UIWebView as normal. Here’s the code snippet from the app which accomplishes this. It is within a UIViewController which loads the UIWebView:

    - (BOOL)webView:(UIWebView *)webView 
    shouldStartLoadWithRequest:(NSURLRequest *)request 
     navigationType:(UIWebViewNavigationType)navigationType {
    
        NSURL *url = [ request URL ];
        if( [[url path] isEqualToString:@"/the_special_link.html"] ) {
            // Take some alternative action and then stop the page from loading...
            // (code to take some special action goes here)
            return NO;
        }
        else {
            return YES;
        }
    }
    

    This is a delegate method call, so when I set up the UIWebView, which I do programmatically in the Controller loadView method, I set the WebView’s delegate to that same Controller:

    myWebView.delegate        = self; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am designing a restaurant based app which has lots of images. Please tell
I'm designing quite a large App and on startup it will create sessions with
I am designing an app that will keep track of all user's lat/long. For
I'm designing a web app which will be used on an intranet so Windows
Well i'm designing an iPhone app which will play video locally. When I click
I designing a Java desktop app which will open web page, allow user to
I'm designing a RESTful Web app that will provide an authentication system for several
I'm designing a database for internal use at my company that will store data
I have an app I'm designing that will allow for lots of PDF viewing.
I am designing an app in which the data is stored in the database.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.