android-html2bitmap icon indicating copy to clipboard operation
android-html2bitmap copied to clipboard

Image gets cut off

Open galjet86 opened this issue 1 year ago • 0 comments

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

galjet86 avatar Feb 14 '24 10:02 galjet86