How to fit a webpage on android screen(webview)?

Please post your code to support your question To make the webview expand to the whole screen, add the webview in your activity layout xml and make sure you set the layout_width and layout_height to fill_parent. Here's a simple example: LinearLayout xmlns:android="schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent.

Please post your code to support your question. To make the webview expand to the whole screen, add the webview in your activity layout xml and make sure you set the layout_width and layout_height to fill_parent. Here's a simple example: Ryan.

I already have a webview with "fill_parent", what I want is the webpage I am loading in a webview should fit exactly in that webview without scrollbars. And later the user should be able to zoom in and zoom out to view the content of webpage. – cooltechnomax Jun 15 at 20:19 1 Take a look at this answer by Brian, might be what you're looking for.Stackoverflow.Com/questions/3808532/… – Ryan Jun 16 at 14:57 thanks a lot, it worked!

– cooltechnomax Jun 19 at 20:58.

A webpage on android screen is fit (without quotes):. Fit a webpage on android screen.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions