Line Break Textarea

Line Break Textarea

Hello,

i have the problem that jquery mobile prevents an automatically line break at the end of a textarea row.
  1. <form action='textarea2.php' method='post'>
  2.   <textarea name='area' rows='3' cols='15' wrap='hard'>
  3.   </textarea>
  4.   <input type='submit' value='Abschicken'>
  5.   </form>
When i press enter everything is fine and a line break will transfer to " textarea2.php". But if i write more then 15 chars the text goes up to a  new line but the line break will not transfer to "textarea2.php".

If i not use jquery mobile everything works fine, so i think jquery prevents transferring the line break(\n\r).

Is there anyone who is able to help me?

Thanks a lot...