How to set webview scroll position within it on initial launch ?
Posted
by mob-king
on Stack Overflow
See other posts from Stack Overflow
or by mob-king
Published on 2010-04-30T04:25:25Z
Indexed on
2010/04/30
4:27 UTC
Read the original article
Hit count: 253
android
I have an issue with Webview to set the initial scroll position within it when first launched. By default it is left , I want it to scroll and show the view from center. Or is it possible to resize the view to fit the screen width initially, instead of scroll bars. I need this since the left part of the page I am loading is blank making user feel the page is not loaded.
© Stack Overflow or respective owner