Skip to content

When converting HTML contents to PDF, on Android the generated PDF uses the device’s font size setting #10

@cw-lee0130

Description

@cw-lee0130

We are converting HTML-based documents into PDF.
On iOS, we can control this behavior by applying CSS so that the output is not affected by the device’s font size setting.
However, on Android we were unable to prevent this behavior.

Currently, we have temporarily resolved it by forcing webView.settings.textZoom = 100 directly inside the plugin’s internal code.

Would it be possible to provide an option to configure the WebView settings (such as textZoom) so that we can control this behavior without modifying the plugin source?

Thank you very much for providing and maintaining this plugin. We truly appreciate your work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions