In Titanium, to select the textfield value programmatically, I have used
textfieldObj.setSelection(start,end)
which only works in IOS and ANDROID(as per document)
Can any one let me know the solution for mobileweb?
↧
How to select the value in the textfield programmatically in Titanium MOBILEWEB
↧