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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -