vote up 3 vote down star
1

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?

flag

2 Answers

vote up 3 vote down check

You could use this CSS property

-webkit-text-size-adjust: none;
link|flag
Thanks! Not sure why that was so hard to find... – ceejayoz May 27 at 2:47
Here you go developer.apple.com/safari/library/… – nduplessis May 27 at 7:44
vote up 0 vote down

THANK YOU! I've been looking everywhere for this answer!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.