android - LinkMovementMethod with Accessibility -


i have textview in app , has link url.

below code :

textview.settext(html.fromhtml("<\a href=\"https://example.com\">sign now.")); enroll.setmovementmethod(linkmovementmethod.getinstance());

when turn on talkback accessibility, not seem work. however, found out works if put longer text , example "sign bla bla bla".

what issue ?


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -