Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
The font size doesn't change in iPhone but it's ok in other mobiles. Even if there is paragraph style applied. What can I do?
in bugs by (580 points)
  

1 Answer

0 votes
 
Best answer
We have seen reports of issues with text on iPhones. There appears to be an issue with how Safari handles CSS zoom and font changes. You can modify the code in in5.config.js as a quick fix from:
var useZoomToScale = true;
or
var useZoomToScale = isSafari;
to:
var useZoomToScale = false;
by (26.1k points)
selected by
Perfect. It works!
I'm glad that worked for you!