I find it's hard to follow Android WebView documentation. For example, what is the difference between setMinimumLogicalFontSize and setMinimumFontSize?
According to documentation:
setMinimumLogicalFontSize: Sets the minimum logical font size. The default is 8.
setMinimumFontSize: Sets the minimum font size. The default is 8.
Basically, it tells nothing, and I have no idea what is font size and what is logical font size.
Can anyone explain the meaning?