Webview iframe overflow

前端 未结 4 1048
Happy的楠姐
Happy的楠姐 2020-12-28 12:43

I\'m currently building a web app in android. My app runs in a webview, and loads third-party contents through iframes. The iframe size is fixed and supposed not to be chang

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 13:29

    set a fixed size or full-size height for WebView and its parent

    for example :

    android:layout_height="match_parent"
    

    UPDATE: if Webview parent is Scrollbar, remove it

提交回复
热议问题