tobiasrohloff / NestedScrollWebView

An Android WebView that implements NestedScrollingChild, in order to use it with CoordinatorLayout and AppBarLayout.
Other
333 stars 81 forks source link

NestedScrollWebView does not open soft keyboard #2

Closed yargray closed 8 years ago

yargray commented 8 years ago

Hello!

NestedScrollWebView does not open soft keyboard when I click to input fields on web-page. Tested on Android 6.0.1 and 4.3.

yargray commented 8 years ago

I forgot focusable attributes. Keyboard does not work without them. Sorry.