02-21-2012 11:28 PM
A vertical scrollbar is not shown in the textarea tag when the text overflows its vertical size. Is this by design? I tried using both "overflow-y: scroll;" and "overflow-y: auto;" in the .css, to no avail. This is only an issue in the Playbook browser, not in FF. What gives? Thanks.
Solved! Go to Solution.
02-22-2012 03:42 AM
Exactly........ similar problem happened for me too. So i used webkit scroll(using i'm able to reproduce scoll to view) for that, but my case is to scroll a page and not for textarea.
Please follow the link for more
02-23-2012 10:50 AM
Thanks, this works for me. One thing to keep in mind though, as tneal mentioned elsewhere, is that the content of the app screen should be no larger than the device screen size. In my experience, achieving this can be tricky unless you use absolute positions for each HTML item (position: absolute; in the .css).