Hi, Any idea on how to make the WebView automatically(default behavior or problematically) do a vertically scroll if the DIV tag height increases ? Thank You. * HTML Structure: * Mone Now
- meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale = 1.0; user-scalable=0 - <body><div id=content> 1<br/> 2<br/> . . 700<br/> </div></body> Mone Now Mone Now *Android Activity WenView code:* - Layout: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android " android:layout_width="fill_parent" android:layout_height="fill_parent" > <WebView android:id="@+id/saiskBrowser" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" /> <ProgressBarView android:id="@+id/saiskBrowserStatus" android:layout_width="125px" android:layout_height="25px" android:background="#22FFFFFF" /> </RelativeLayout> - Code: lBrowser.setVerticalFadingEdgeEnabled(true); lBrowser.setVerticalScrollbarOverlay(true); lBrowser.setScrollBarStyle(View.SCROLLBARS_OUTSIDE_OVERLAY); Kumar _/|\_ www.saisk.com [email protected] "making a profound difference with knowledge and creativity..." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

