I have a TextView with the LinkMovementMethod
movement method. I have also called Linkify.addLinks(description view, Linkify.ALL)
to make links clickable. The issue I am seeing is on Oreo devices (Android 8.0). When navigating the page with hardware arrow keys, when the focus shifts to the TextView, the arrow keys will scroll the content of the TextView but the focus is trapped in the view. Once the view has scrolled to the top/bottom, pressing the up/down arrow cannot get focus out the view. How can I get the EditText to give up focus when the view has fully scrolled with arrow keys?
Asked
Active
Viewed 99 times
1

Crown716
- 115
- 10

owenlejeune
- 135
- 1
- 7
-
Did you find a solution to this problem? I am running into the same issue. – Rik van Velzen Aug 12 '22 at 15:06