I\'m trying to create a textarea that looks exactly like a div.
textarea
div
However, on iOS there\'s 3 pixels coming from somewhere that I can\'t remove.>
One work around is to use a div that you set as editable.
HTML
Editable text...
Javascript:
This is a test
jQuery
$(this).prop('contentEditable',true);