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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:22:35+00:00 2026-06-09T08:22:35+00:00

Currently I have a progress bar for my webview. However I would like to

  • 0

Currently I have a progress bar for my webview. However I would like to remove the titlebar and when I do this I no longer can see the progress bar. I get the same results when I make it full screen.

Here is my code in my onCreate:

// Adds Progrss bar Support
        this.getWindow().requestFeature(Window.FEATURE_PROGRESS);

        setContentView(R.layout.activity_main);

        // Setup Webview
        webView = (WebView) findViewById(R.id.webView1);
        webView.setVerticalScrollBarEnabled(false);
        webView.setHorizontalScrollBarEnabled(false);
        WebSettings webSettings = webView.getSettings();
        webSettings.setJavaScriptEnabled(true);

        // Setting to private class for overriding redirect
        // Forces the app to use the market app to open
        final Activity MyActivity = this;
        webView.setWebChromeClient(new WebChromeClient() {
            public void onProgressChanged(WebView view, int progress) {
                MyActivity.setProgress(progress * 100);
            }
        });
        webView.setWebViewClient(new MyWebViewClient());
        webView.loadUrl("http://engadget.com");

How can I get the progress bar to persist when I make the app full screen?

  • 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-09T08:22:36+00:00Added an answer on June 9, 2026 at 8:22 am

    Well basically here is the answer to your question

    Android: The progress bar in the window's title does not display

    taken from the link above:

    If you use Theme.NoTitleBar (which is basically what you’re trying to do) the title bar will not be shown and since the progress bar is in the title bar it won’t be shown either.

    And also some hints on the usage of the NO_TITLE can be found here http://www.vogella.com/blog/2011/02/28/android-hidding-the-status-and-title-bar/

    And just a thought perhaps you want to use the ProgressDialog instead and it will be possible to use your NO_TITLE decoration with it.


    hope it answers your question abit.
    thanks

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

Sidebar

Related Questions

I have a circular progress indicator. I'd like to add this progress bar to
Currently have password protection on my main and sub directories, however I'd like to
I have a GUI problem that I would like to get sorted out, but
I currently have a webview that displays a current site. However, it cuts off
I am building a file upload progress bar. Currently I have an upload form
I'm currently writing a WPF progress bar that includes a rate (see Windows 8
I currently have a XSLT 2.0 Stylesheet that I am trying to remove empty
I currently have a form with inputs and name attributes. I'm able to get
I currently have a MySQL table like: id | friend 1 | 2 1
I have a progress bar shown as I am loading images with the webclient

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.