Preventing iPhone scaling when rotated

2020-07-10 09:42发布

问题:

When I rotate my iPhone into landscape mode, the iPhone automatically bumps the text size up.

What is the best way to prevent this? I'd like rotation to give the visitor more text to read, not a larger font. Is JavaScript like this the only way to go?

回答1:

You could use this CSS property

-webkit-text-size-adjust: none;