Friday, April 11, 2014

It's not a bug!

This time QA was right. They discovered some differences in landscape and portrait views in iPhone. It's only Safari and only iPhone does this. It re-sizes the font and images going from portrait to landscape. It's not a bug, it's a iPhone feature. To fix the issue, I found an article and patched my code. Very simple line of code fixes the feature.

html {-webkit-text-size-adjust: auto;}

It was a very good learning experience for me.

No comments:

Post a Comment