| Browser zoom ignores text in Chrome latest [message #56148] Mon, 29 October 2012 11:05 UTC |
 |
|
Since a few days my desktop chrome (latest) browser refuses to properly zoom the Shapeways pages.
Text will not zoom with the rest.
I tracked this down too a common error caused by
-webkit-text-size-adjust: none;
Which is used to fix the layout for iOS devices, but chrome listens to it too.
It seems this can be remedied by adding
@media handheld{
}
Or something 
Cheers
- Artist / Engineer / Designer / Shopowner / Volunteer / Moderator -
|
|
|
| Re: Browser zoom ignores text in Chrome latest [message #56242 is a reply to message #56148 ] Fri, 02 November 2012 20:17 UTC |
 |
|
Hey Virtox,
Thanks for pointing this out! I added -webkit-text-size-adjust: none; recently as a global to fight some iOS webkit weirdness. Using some @media query magic to target this is the right move. I will get this into an upcoming release.
BTW, if we have not yet been "formally" introduced, my name is Erin and I am one of the Interaction Designers on the team. Feel free to send anything else like this my way via PM or erin AT shapeways DOT com.
Cheers!
Interaction Designer @ Shapeways
|
|
|