ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

Talkback reads "Double tap to activate" hint on non-interactive elements #372

Closed hari331996 closed 5 years ago

hari331996 commented 6 years ago

In Android, Talkback reads "Double tap to activate" hint on non-interactive elements like p, div, span etc. Going to the root cause of this issue I found that Ionic binds a click event to every Dom elements, due to which Talk back considers that element as interactive, leading to that element being read as interactive element

How can I prevent "Double tap to activate" hint from being spoken by Talkback?

Ionic Version: 1.7.16