Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Image gets cut off #44

Description

@galjet86

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions