Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We have a form with a number of inputs. Whenever I tap the form, it's highlighted gray.

I have

* { -webkit-tap-highlight-color: rgba(255,255,255,0); }

(I used rgba(255,255,255,0) as well)

This disables this highlight behavior on iOS5 and Android 4. Android 2.3.4 doesn't highlight as well (I suppose it just doesn't have this behavior).

But on Galaxy Tab 10.1 the gray box is still there - any way to fix it?

share|improve this question
I think this is a Samsung customization issue. – Joel Arnold Jul 19 '12 at 14:21
But any way to confirm? – Guard Jul 19 '12 at 19:05
To validate this you can try it in the SDK. I have seen quite a few problems with the Samsung SII and SIII that are not present on the Nexus, and not on the SDK either. – Joel Arnold Jul 20 '12 at 7:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.