0

How to handle Long press event in accessibility in android? Also how can I detect focus on an specific view/element in accessibility?

user1721936
  • 125
  • 1
  • 8
  • Check this out http://stackoverflow.com/questions/8846707/how-to-implement-a-long-click-listener-on-a-listview – Lips_coder May 30 '16 at 11:19

1 Answers1

0

after analysis it is identified that In accessibility all the gestures are by using two fingers. Single finger touch and swipe are overriden by android for accessibility.

user1721936
  • 125
  • 1
  • 8