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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:43:04+00:00 2026-05-24T06:43:04+00:00

I have a DialogFragment (displayed as a dialog) whose layout contains a WebView control.

  • 0

I have a DialogFragment (displayed as a dialog) whose layout contains a WebView control.
The layout is setup to wrap_content. I’m working on a tablet and do want to display as a dialog but do not want to have the height match that of the screen.

The web view displays HTML content which is defined at build time.

The HTML contains links which can hide and show content (hiding/showing ‘divs’).

As I click on links to expand them then the height of the dialog increases as content is shown.

However, when I collapse entries the height of the dialog does not contract.

My preference would be to fix the height of the dialog after the content has loaded. Failing that to have the height of the dialog decrease as content is hidden.

Thanks in advance, Peter.

  • 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-24T06:43:04+00:00Added an answer on May 24, 2026 at 6:43 am

    Although the code needs cleaning up and there may be neater ways of doing it but I put the following in the onPageFinished event for the WebView and it does the job for me of fixing the dialog height after the html content has been loaded.

    public void onPageFinished(WebView view, String url) {
        ....
        webView.setOnTouchListener(new View.OnTouchListener() {
          @Override
          public boolean onTouch(View v, MotionEvent event) {
            if (webView.getHeight() < currentHeight) {
              currentHeight = webView.getHeight();
            }
            final LayoutParams params = webView.getLayoutParams();
            params.height = currentHeight;
            webView.setLayoutParams(params);
            return false;
          }
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a custom dialog box extending the DialogFragment class. As stated in
What I want to do is quite simple : to display a dialog form
I am trying to get the Dialog I have created with an extended DialogFragment
Have finally got a responsive site working (of a fashion). What I want to
**Have it working now. I forgot to populate the Array List. How embarrassing. I'm
I have created a custom dialog, the code is below. The problem is that,
Have a photography site that I want to prevent image copying from. How can
have an an array String classname[]={'a','b','c','d'}; ArrayAdapter<CharSequence> adapterClasses = new ArrayAdapter<CharSequence>( getApplicationContext(), R.layout.spinner_item_class, R.id.spinnerclasstxt,
I have decided that I wanted to create some custom dialog classes that could
Have you any idea how to find out if spell check suggestions dialog is

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.