try using :- android:windowSoftInputMode="adjustPan"
this is what i am using. Thanks, Farha On Mar 11, 1:57 am, nikhil <[email protected]> wrote: > Worst part is the manual scroll...if I move it up and then touch the > keypad ...it rolls back down .. > > On Mar 8, 2:49 pm, nikhil <[email protected]> wrote: > > > > > Thank you for your reply, Farha. I tried setting the > > android:windowSoftInputMode="stateVisible|adjustResize" value. The > > view does move upwards but the textbox still hides behind the keypad. > > I am using the webview without scrollview because I have read the > > webview has a scroll view and it handles scrolling by itself. > > > On Mar 7, 9:59 pm, Farha Ansari <[email protected]> wrote: > > > > Is your WebView in a ScrollView? It is due to the keypad. Check out > > > this link, this might give you an idea about what is happening > > > :-http://developer.android.com/resources/articles/on-screen-inputs.html > > > > Hope it helps. > > > > On Mar 5, 11:10 pm, nikhil <[email protected]> wrote: > > > > > Any idea people? > > > > > On Mar 4, 2:20 pm, nikhil <[email protected]> wrote:> To add to this if > > > > I manually scroll the webview so that I can see the > > > > > textbox while typing, the moment I touch the keypad the webview > > > > > scrolls back to its old position. > > > > > > On Mar 4, 12:46 pm, nikhil <[email protected]> wrote: > > > > > > > I have this webview on which I have a textbox at the bottom. The > > > > > > problem is when I click on this textbox the keypad pops up and > > > > > > covers > > > > > > it. How can I scroll the webview so that the textbox remain above > > > > > > the > > > > > > keypad. In iphone it is handled automatically.- Hide quoted text - > > - Show quoted text - -- 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

