KevinWorkman / StaticVoidGames

http://StaticVoidGames.com
GNU General Public License v3.0
5 stars 7 forks source link

Text width on Android browser #3

Closed KevinWorkman closed 9 years ago

KevinWorkman commented 9 years ago

Text (from a game description, blog, etc) is strangely scrunched on the default Android browser:

screenshot_2014-08-25-16-16-59

I'm not sure if this is a problem with how Android handles the CSS or what, but it looks gross. I also wonder what it looks like on an iPhone or in other Android browsers?

The whole site should probably be overhauled with a focus on mobile, but until then, it would be nice to start fixing little annoyances like this.

bigbass1997 commented 9 years ago

I tried loading that blog on both BlueStacks (windows emulator for android) and on my HTC Incredible 2 using multiple internet browsers and this issue does not occur on any of them. The text accurately wraps when the line gets too long, as it should.

KevinWorkman commented 9 years ago

This happens on other pages as well, not just Static Void Games.

Turns out this is a dumb Android setting: http://stackoverflow.com/a/11094386

If you disable "auto-fit pages" in the web browser, this problem goes away. Closing this issue as "not my fault".