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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:29:23+00:00 2026-05-27T12:29:23+00:00

when I click on links in my app, they open in the same webview.

  • 0

when I click on links in my app, they open in the same webview. I want them to open in an external browser.

I did this:

myWebView.setWebViewClient(new WebViewClient()
{
                @Override
                public boolean shouldOverrideUrlLoading(WebView view, String url) {
                    return false;
                }

});

returning false makes it load within the same webview, and returning “true” makes nothing happen when a link is clicked.

I looked at other questions but it seems that everyone else has the exact opposite problem. (they want links to load in their app)

what am I doing wrong?

  • 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-27T12:29:24+00:00Added an answer on May 27, 2026 at 12:29 pm

    In your WebViewClient

    @Override
    public boolean shouldOverrideUrlLoading(final WebView view, final String url){
        if (loadUrlExternally){
            Uri uri = Uri.parse(url);
            Intent intent = new Intent(Intent.ACTION_VIEW, uri);
            startActivity(intent);
            return true; //the webview will not load the URL
        } else {
            return false; //the webview will handle it
        }
    }
    

    That way it opens a new browser window the same way any other app would.

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

Sidebar

Related Questions

I want to stop click on any links until the page is loaded. Can
I would like links to be trigger on double click. Something simple like this:
I've got a list of links which have a click event attached to them,
I have this script, running on a links list: $('li#linkcat-25 a').bind('click', function (e) {
Last week I published app, this app contained just video links that allows the
Error loading script occurs under FireFox 3 if I quickly click different links on
i create some links on the fly ... $('input[name=iplus]').click(function() { $(ol).append(<a href='#' title='delposition' class='beschr-+($(#billsumary
Tried this: $('.link').click(function(e) { $.getScript('http://www.google.com/uds/api?file=uds.js&amp;v=1.0', function() { $('body').append('<p>GOOGLE API (UDS) is loaded</p>'); }); return
When a user click a link, it would redirect them to a page, something
I have a rails app which requires users to verify that they own a

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.