iPhone input zoom fix – works on iOS9

/* prevent iphone from zooming in when filling out a form, like login or application */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input,
  input:focus,
  input:hover {
    font-size: 16px !important;
  }
}
Published
Categorized as Apple

Macbook Pro Pink Screen Fix

Got a pink screen of dead on your Macbook Pro? (pink links across the screen)

No problem! Take it to the Apple Store, they will fix it for FREE as part of a special program. Its a known issue with the graphics card, and even my early 2011 Macbook Pro was accepted and fixed, for free. 🙂

 

Did you find this post useful?

Tip me some bitcoin:

Published
Categorized as Apple