Android WebView isn't scrollable

前端 未结 6 371
忘掉有多难
忘掉有多难 2021-01-14 04:38

My Android WebView isn\'t scrollable.

XML Code:



        
6条回答
  •  醉梦人生
    2021-01-14 05:19

    I've posted this as a comment as I think this may be a duplicate, but I would look at this question:

    Android WebView Scrollable

    Which provides a few calls which I believe will solve this issue.

    Another issue:

    Try changing your webview from "Wrap Content" to some specific height. Then set the scrollables.

    Try something like 300dp and go from there.

提交回复
热议问题