christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

[Android] Prevent WebView from changing font-size #231

Closed valioz closed 2 years ago

valioz commented 3 years ago

WebView respects the system font size setting (which can be altered at: Settings > Display > Font size). This changes the appearance of the texts when they are printed, which does not seem to be a desirable behavior.