two directional scroll view

前端 未结 9 1241
野的像风
野的像风 2020-12-09 05:03

I would like to have a linearlayout with a header section on top and a webview below. The header will be short and the webview may be longer and wider than the screen.

9条回答
  •  Happy的楠姐
    2020-12-09 05:58

    Is a ScrollView nested inside a HorizontalScrollView a good idea?

    Yes, and no.

    Yes, my understanding is that ScrollView and HorizontalScrollView can be nested.

    No, AFAIK, neither ScrollView nor HorizontalScrollView work with WebView.

    I suggest that you have your WebView fit on the screen.

提交回复
热议问题