Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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...

share|improve this question
What have you tried? Post code. – coneybeare Jul 6 '12 at 17:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.