Browser zoom ignores text in Chrome latest

Discussion in 'Bug Reporting' started by virtox, Oct 29, 2012.

  1. virtox
    virtox Active Member Moderator
    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
     
  2. erindotio
    erindotio Member
    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!