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
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