Can't zoom the webview under swipe to refresh

后端 未结 1 680
盖世英雄少女心
盖世英雄少女心 2020-12-12 07:02

I\'ve webview under swipetorefresh layout. I cannot zoom smoothly in the webview. But, if I remove the swipetorefresh then it is zooming perfectly. This the layout:



        
相关标签:
1条回答
  • 2020-12-12 07:22

    Got this one working with changing the height attribute of the underlying Webview.

    For NestedScrollView use attribute

    android:fillViewport="true"
    

    and for WebView use android:layout_height="wrap_content"

    0 讨论(0)
提交回复
热议问题