Hi,
I write this code in HTML file:
<p style="font-size: 1px;">Little</p>
<p style="font-size: 6px;">Normal</p>
<p style="font-size: 11px;">Big</p>
<p style="font-size: 16px;">Very big</p>
In PC, we can't see "little" (too small), we can see "normal" but it's little and we can see "big" and "very big". That is normal.
The problem is in Cordova, the text "little" and "normal" display with the same size.
I noticed that the text which have a size under about 9px, display with a size of 9px.
It seems that Cordova affect a minimum size (about 9px).
Do you know this problem?
How can I write a text with a little size (lower 9px)?
Thanks