I am working on a phonegap project. Here i want to scroll Text area so try with overflow:auto; but it not worked on device android. Now I want to change the Height of the text area when user write the text more than the area height or simply when user enter 4 or 5 line than the height of the text area changing according to the user requirement and i fixed the height of the div which is above the text area and when the height of the text area is more than the height of the div than the div is scroll.
Here is the link: http://jsfiddle.net/amnishyadav/NUhBf/
<div class="mydiv">
<textarea class="textdiv">
</textarea>
</div>