开发者

ScrollView with swipe and scroll

开发者 https://www.devze.com 2023-02-09 19:19 出处:网络
I have ScrollView with LinearLayout. In LinearLayout I am adding WebView with scrollable content. In LinearLayout I have some buttons. I want to implement both functionality vertical scroll and swipe

I have ScrollView with LinearLayout. In LinearLayout I am adding WebView with scrollable content. In LinearLayout I have some buttons. I want to implement both functionality vertical scroll and swipe from left to right. Can anybody tell me h开发者_C百科ow to do that?


Put a HorizontalScrollView inside your ScrollView?


You should disable scroll of WebView and Webview width/height fit ScrollView width/height.

0

精彩评论

暂无评论...
验证码 换一张
取 消