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.