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

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -