Hi Guys,
I have been struggling with this since 3 days now. I am displaying general text inside a tableviewrow that should not click to any other screen. It is just a general text.
But with android even if it is a general text, it highlights the text in orange whenever i click on it. I want to disable that functionality but I haven't found a solution to this. Does anyone have any Idea? I have already tried the following but nothing works
Ti.UI.createTableViewRow({className:'a', height:'auto',touchEnabled:false,selectedBackgroundColor:'Black',borderWidth:0,borderColor:'Black',selectionStyle:'none',hasChildren:false });
Your Answer
Think you can help? Login to answer this question!