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
Post a Comment