android - Soft Keyboard always appears on WebView -
i have webview
input tag inside. ve created custom keyboard (by extending keyboardview
) type characters in.
but when "click" on input tag, softkeyboard of android appears, despite having set android:configchanges="orientation|keyboardhidden
", , android:windowsoftinputmode="statealwayshidden|adjustnothing
".
anybody can me fix ?
thanks.
Comments
Post a Comment