Android Question resizing web page to webview

rworner

Member
Licensed User
Longtime User
I am trying to display a webpage in a webview.
webview1.loadurl("http://www.yahoo.com")

When the page loads, it extends beyond the right edge of the webview. Is there a way to get the webpage to render resized to the dimensions of the webview object?
 
Top