Everything is working fine, yet, when I try to convert HTML to image on a device that has a high font scaling value in device's system setting, the font on the resulted image is increased automatically.
Is there any way to tell the webview to ignore system font scaling?
I have seen on stackoverflow guys suggesting setting webview's textZoom value to 100 but I couldn't get it right.
Any suggestions?
Everything is working fine, yet, when I try to convert HTML to image on a device that has a high font scaling value in device's system setting, the font on the resulted image is increased automatically.
Is there any way to tell the webview to ignore system font scaling?
I have seen on stackoverflow guys suggesting setting webview's
textZoomvalue to100but I couldn't get it right.Any suggestions?