popup - How to disable Soft Keyboard Pop up and enable InputType.TYPE_CLASS_TEXT | TYPE_TEXT_FLAG_MULTI_LINE in edittext from Android? -


i trying write code in android disable softkeyboard pop , enable line break in edittext , me read long paragraph in edittext , soft keyboard should not pop-while doing scrolling in edittext.

i took few approaches , created new line in edittext while touching edittext or doing scrolling soft keyboard pop-up in screen.

my approach.

edittext object - : et

   et.setinputtype(inputtype.type_null | inputtype.type_class_text | inputtype.type_text_flag_multi_line);  

this code creating new line in edittext not disabling softkeyboard pop-up.

please let me know solution. please suggest me.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -