2014-04-09

I have a Html page which uses java script and I am opening that page in Webview

My problem is when I enabled max length validation on text area, then after validating text area all the text areas in page are freezed and I am not able to edit or delete from any text area.

Please help how to resolve this issue that after validating text ares no text area is freezed.

I added max length and only number in Pincode textarea. when I entered pin code after that each text area is freezed.

If I did not put these validation in pincode text area then it it never freezes.

Show more