[android-developers] Re: Webview textbox and keypad

2010-03-10 Thread nikhil
yeah tried that as well On Mar 10, 9:38 pm, Farha Ansari wrote: > try using :- > > android:windowSoftInputMode="adjustPan" > > this is what i am using. > > Thanks, > Farha > > On Mar 11, 1:57 am, nikhil wrote: > > > Worst part is the manual scroll...if I move it up and then touch the > > keypad

[android-developers] Re: Webview textbox and keypad

2010-03-10 Thread Farha Ansari
try using :- android:windowSoftInputMode="adjustPan" this is what i am using. Thanks, Farha On Mar 11, 1:57 am, nikhil 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 wrote: > > > > > Thank you for y

[android-developers] Re: Webview textbox and keypad

2010-03-10 Thread nikhil
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 wrote: > Thank you for your reply, Farha. I tried setting the > android:windowSoftInputMode="stateVisible|adjustResize" value. The > view does move upwards but the textbo

[android-developers] Re: Webview textbox and keypad

2010-03-08 Thread nikhil
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 s

[android-developers] Re: Webview textbox and keypad

2010-03-07 Thread Farha Ansari
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 wrote: > Any idea people? > > On Mar 4, 2:20 pm, n

[android-developers] Re: Webview textbox and keypad

2010-03-05 Thread nikhil
Any idea people? On Mar 4, 2:20 pm, nikhil 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 wrote: > > > I have this webview on which

[android-developers] Re: Webview textbox and keypad

2010-03-04 Thread nikhil
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 wrote: > I have this webview on which I have a textbox at the bottom. The > problem is when I click o