SoylentNews / rehash

Forked from Slashcode, rehash is the codebase that powers SoylentNews.org, powered by mod_perl 2
http://soylentnews.org
GNU General Public License v2.0
57 stars 26 forks source link

Webkit is setting font sizes for small devices #110

Open paulej72 opened 9 years ago

paulej72 commented 9 years ago

From @paulej72 on March 7, 2014 19:15

On iPhone, the .intro divs in artilces are getting set to 24pts rather than the default of 14pt. Also .commentBody is getting resized. The css is not setting this. It seems to be a javascript function that is doing it. I am having trouble finding the problematic script though.

Looks like all of the code is called from the AJAX plugin.

Any help would be appreciated.

Copied from original issue: SoylentNews/slashcode#81

paulej72 commented 9 years ago

From @NCommander on March 30, 2014 23:13

We need a mobile optimized frontend. We do have the WML code, but only dumbphones support that anymore. Targetting 06.14

paulej72 commented 9 years ago

From @NCommander on April 8, 2014 3:16

The recent theme rework makes this considerably more doable than it used to be. Assigning paul as he's our CSS guru.

paulej72 commented 9 years ago

Actually found this is an issue with Webkit browsers on small devices.

See: http://blog.55minutes.com/2012/04/iphone-text-resizing/ http://www.freepx.net/blog/how-to-stop-font-resizing-on-iphone-without-affecting-zooming-in-safariwebkit/