scrollbar not showing up for the following textbox on the iPad when I fill it with text.
<textarea type="text" name="holyCow" rows="30" cols="120"></textarea></p>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mobile Safari doesn’t show scrollbars (except the temporary one when you’re scroll the entire page). Older versions of iOS require a two-finger drag to scroll interior elements, newer versions use a normal one-finger drag.
If you really need (or want) a scrollbar for the iPad, I’ve had reasonable success with TouchScroll but I don’t know if you can add that to a
<textarea>.