android-html2bitmap
android-html2bitmap copied to clipboard
Image gets cut off
when using the following code, image html gets cut and image isn't showing the full page
val html2BitmapConfigurator: Html2BitmapConfigurator =
object : Html2BitmapConfigurator() {
override fun configureWebView(webview: WebView) {
webview.settings.loadWithOverviewMode = true
webview.settings.useWideViewPort = true
}
}