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 7913029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:44:48+00:00 2026-06-03T13:44:48+00:00

I have an application that shows presentations that are composed by pages. Those pages

  • 0

I have an application that shows presentations that are composed by pages.

Those pages can contain some kinds of media, and one of them is HTML, wich uses an UIWebView component as viewer.

What I need is some way to insert some kind of link into the HTML document so I can jump to another page of my application presentation.

In my research I have found that subclassing UIWebView is not recommended, so I have no clue of how I should handle this.

Many thanks in advance.

  • 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-06-03T13:44:50+00:00Added an answer on June 3, 2026 at 1:44 pm

    Provide:

    -webView:shouldStartLoadWithRequest:navigationType:
    

    in your app delegate (ref here).

    It will be called each time the web view is about to load new content and give you the chance to do what you need. E.g., this would work if you embed a “file://” kind of URL in your web page:

    - (BOOL)webView:(UIWebView*)webView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWebViewNavigationType)navigationType {
        if ([[[request URL] scheme] isEqual:@"file"])
            return YES;
        ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that shows some data in p:DataTable.... This table is accessible
I have an application that shows a list of items. The user can click
I have developed an application that shows one's location on a map. How do
I have one application that shows maps. I need to show current position of
I have an application that shows data from a MySQL table. Basically, my application
I have application that is up more than 3 days. I can see in
I have a wpf application with a simple window that shows a text in
We have an application that generates simulated data for one of our services for
I have this application that shows an item in the system's status bar, and
I have an application that shows a presentModalViewController upon launch. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary

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.