does anyone experience this issue?
When i did tried to removed all the issue, it was fine the input fields are accepting inputs or user keyed in. So i strongly think that it is somewhere on the css that the phonegap did that locks the textfield.I have already tried the following as i have read from other forums but still no luck :
input[type="text"]{
-webkit-user-select:text;
-webkit-user-modify:read-write;
}
Please help
When i did tried to removed all the issue, it was fine the input fields are accepting inputs or user keyed in. So i strongly think that it is somewhere on the css that the phonegap did that locks the textfield.I have already tried the following as i have read from other forums but still no luck :
input[type="text"]{
-webkit-user-select:text;
-webkit-user-modify:read-write;
}
Please help