For an EditText view i can use setInputType(InputType.NULL), but an web view doesn't have it. I tried the rest of the solutions posted on stackoverfl开发者_如何学Goow but none of them worked for a web view.
Does "the rest of the solutions posted" include adding android:windowSoftInputMode="stateAlwaysHidden"
in the activity description of your manifest file?
精彩评论