0

How to enable scrolling if text is editable={false} (disable) for Android, but for iOS have property multiline={true} and the scroll works for iOS, but I need to do it for Android, maybe you know?

1 Answer 1

0

Please try this line of code

EditText editText = findViewById(R.id.etext); editText.setKeyListener( null ); //editText.setFocusable( false ); editText.setCursorVisible(false); 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.