having trouble with zooming in android webview

Posted by Talha on Stack Overflow See other posts from Stack Overflow or by Talha
Published on 2010-05-27T05:20:26Z Indexed on 2010/05/27 5:31 UTC
Read the original article Hit count: 212

Filed under:

I'm new to android. I'm using webview in scrollview to display my local html page (html has text only). I created two buttons for zoomin and zoomout using behind function zoomIn() & zoomOut() respectively. These functions work fine. The problenm is, when I zoom in, some of the text goes out from both top and bottom and it doesn't appear when I scroll.

How can I resolve this?

© Stack Overflow or respective owner

Related posts about android-sdk