How do you scroll one area of a page using Android's web browser?
        Posted  
        
            by Pete
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pete
        
        
        
        Published on 2010-06-09T16:54:07Z
        Indexed on 
            2010/06/09
            17:02 UTC
        
        
        Read the original article
        Hit count: 346
        
On the iPhone, safari strips out scrollbars on divs that have overflow set to auto or scroll, but still lets the user scroll with the two-finger swipe gesture.
Using an HTC Incredible, we see the scrollbars are again missing, but we cannot figure out any gesture that allows the user to scroll. Is there a special directive we need to add to our HTML? This should affect zillions of websites, any time someone is trying to scroll an area of the page rather than the whole page. Does anyone know how to enable scrolling a div using the web browser on Android phones?
© Stack Overflow or respective owner