Android 4.3 Webview not scrolling when soft keypad is displayed for form fields -


i have normal webview displays form. form has many fields, if focus on field in lower part of screen webview not scroll , softkeypad hides input fields. have problem n 4.3 (i testing on nexus 4)

ps : same webview works on 4.2 , below.

is known issue or there workaround ?

did try scrollview webview , both inside relative layout

<relativelayout      android:layout_width="match_parent"     android:layout_height="wrap_content"     android:background="@drawable/bg_header"     >  <scrollview      android:layout_width="fill_parent"     android:layout_height="match_parent"     >      <webview          android:id="@+id/webview"         android:layout_width="wrap_content"         android:layout_height="wrap_content"         />     </scrollview> 

try , set verticalscrolling true.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -