You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?