Android WebView inside ScrollView scrolls only scrollview
12:53 06 Nov 2012

In my app I have a ScrollView that contains some linearviews, some textviews and One Webview, then other linear layouts etc. The problem is that the WebView does not scroll. The Scroll listens only on ScrollView. Any suggestions??



    
                  <-- this does not scroll
    

android webview scroll scrollview