I want like my view in Phonegap to be scrollable vertically. How do i do that? I can't seem to do it...
I have tried to change the height of the body tag by setting a value like 3000px. But i am not still able to scroll down..
What i have tried:
style.css
body{
background: url("../thala.png") no-repeat;
height = 3000px;
}
my html contains a long text of words....
Need some guidance and suggestions to move on... Thanks...