Re: [android-developers] Disable scroll in webview

2010-04-13 Thread murali raju
You mean you have a large HTML. But you want to show content in a single screen. For user, it seems there are several pages. User only needs to click your button to change page. Right? No. suppose i have 500 lines in a html file( which is too large, so the scroll bar appears). I want

[android-developers] Disable scroll in webview

2010-04-12 Thread mmkr
Hi all, Is it possible to disable the scrollbar in the webview? If possible how? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] Disable scroll in webview

2010-04-12 Thread A.TNG
On Mon, Apr 12, 2010 at 8:48 PM, mmkr manutd...@gmail.com wrote: Hi all,    Is it possible to disable the scrollbar in the webview? If possible how? Maybe not exactly, I remember there are some interfaces like enable/disable scroll bar in WebView.java. Is that OK for you? -- Best Regards,

Re: [android-developers] Disable scroll in webview

2010-04-12 Thread murali raju
ya it will be. my requirement is i want to display a large html file in number of pages such that each page would fit exactly into a single screen. I will place a button so that when clicked it would show the next page. On Mon, Apr 12, 2010 at 8:22 PM, A.TNG tang.j...@gmail.com wrote: On Mon,

Re: [android-developers] Disable scroll in webview

2010-04-12 Thread A.TNG
On Mon, Apr 12, 2010 at 11:37 PM, murali raju manutd...@gmail.com wrote: ya it will be. my requirement is i want to display a large html file in number of pages such that each page would fit exactly into a single screen. I will place a button so that when clicked it would show the next page.