minimumFontSize
The minimum font size of the web view.
Declaration
var minimumFontSize: Int32 { get set }Discussion
This sets the minimum display font size for the web view, overriding all content-specified styles, including explicitly specified font sizes.
The font size specified by size should always be greater than zero.