I use JQuery mobile to develop an Web-App. On computer textarea work fine. When i test on IOS device, i get the popup keyboard but i can't type anything.
HTML
<label for="msg">Observations:</label>
<textarea name="msg" id="obs"></textarea>
info :
- JQuery-1.9.1.min.js
- http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.js
- http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.css
Any help would be greatly appreciated =)