I am having an hybrid app on angularjs(included ngAria, angular v1.4.14). i have an input element and android talkback is not reading the string in aria label instead it is reading ng model value and append it with Edit Box. I want to customize whats being said by talkback.
CONTROLLER: $scope.quantity = '10'; HTML- <input type="text" class="quantity-input pull-left" ng-model="quantity" aria-label="main" /> What I want is that talkback should read "main" which is inside aria-label, but it is reading "10 edit box". basically I want to customize whats being spoken on talkback using angular ngAria or anything. *Note : working fine on Iphone - voiceover reads : content in aria-label appended with the ng model.* -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
