Open galjet86 opened 8 months ago
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 } }
when using the following code, image html gets cut and image isn't showing the full page