Unanswered: Problem with change of text color in a textfield dynamically in android devices
Unanswered: Problem with change of text color in a textfield dynamically in android devices
Hello Everyone,
I wanted to change the color of text inside text-field dynamically, I can able see the color change in google chrome and also in IOS devices but in android it not working. Kindly help me out to fix this.
Code that I am using :
$("input[name='"+fieldId+"']").css('color', 'red');
I am using jquery and I included all required files.
This is an Android issue not a Sencha Touch one. Also, I would add jQuery library, there is no reason why you need it and it just adds to the amount the the mobile device has to download