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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:11:37+00:00 2026-05-29T08:11:37+00:00

We have an About our app popover that is html formatted and basically a

  • 0

We have an “About our app” popover that is html formatted and basically a UIWebView in a popover. There’s also a href link to our website. The problem is if you click on the link, it just opens up our website in the popover. Is there a way to alter what happens for that link, like open up Safari so it’s in a full browser, or at least increase the popover size since our About our App window is small.

  • 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-29T08:11:38+00:00Added an answer on May 29, 2026 at 8:11 am

    Yes, this post gives the following code for every http, https and mailto call to open in Safari:

    -(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request    navigationType:(UIWebViewNavigationType)navigationType; 
    {
        NSURL *requestURL =[ [ request URL ] retain ]; 
        if ( ( [ [ requestURL scheme ] isEqualToString: @"http" ] || [ [ requestURL scheme ] isEqualToString: @"https" ] || [ [ requestURL scheme ] isEqualToString: @"mailto" ]) 
                 && ( navigationType == UIWebViewNavigationTypeLinkClicked ) ) { 
           return ![ [ UIApplication sharedApplication ] openURL: [ requestURL autorelease ] ]; 
        } 
        [ requestURL release ]; 
        return YES; 
    }
    

    You can modify for only certain URLs by getting the URL from the request.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an SQL 2005 database backend for our website, currently about 10GB in
We are about to release beta version of our website. Lately we have seen
We have a 3D viewer that uses OpenGL, but our clients sometimes complain about
In our app we have a form that can be opened up non-modally. We
We have an admin debug console in our app that lets you enter a
We have a very large GWT project that results in a monolithic app about
In our app we have resource strings that are apparently too long for the
I have been tasked with automating our build process with msbuild. We have about
I have a table containing data about some users. Many of them use our
We have some performance problems with one of our applications. I thought about using

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.