Android WebView inside ScrollView scrolls only scrollview
I've tried many solutions above similar question. But these are all about the scrolls inside the webview. So I've succeed about about the inside scrolls.
But I want to try Scrolls that is outside of the webview. Which is Main scrollView. This Scrollview must scrolls the list of webview but Doesn't work at all
view.setVerticallScrollBarEnabled(true);
view.setScrollbarFadingEnabled(false);
view.setVerticalFadingEdgeEnabled(false);
Is there anyone who can give me sites or Hints for that?
I know it is difficult and not good to do that. But I need this solution.
Updated! It is not for webview I'll show my activity what I'm doing right now. The Scrollview is not a activity's layout. It is just scrollview that I applied to activity main view.