Im using Appcelerator for Android app,
After I set the accessibilityHint property, the Talkback completes saying this string, pauses and always says "Double tap to activate, double tap and hold for long press". How do i disable this? Tried with accessibilityLabel or accessibilityValue but no luck.
In .xml file
<Label id='lblAppName' />
In .tss file
"#lblAppName":{
accessibilityHint: 'Double tap here to activate me',
text: L('app_name'),
top:Alloy.Globals.sizes10,
left:Alloy.Globals.sizes58,
right:Alloy.Globals.sizes57
}