Making PhoneGap less ‘web-appy’

The whole point of PhoneGap is to make web apps less, well, like web apps. So, when you click a an image with an href (a link to another page or function) and a big ugly orange bracket highlights the picture, it’s a bit of a give-away. And by give-away, I mean that takes away something: the seemless experience and aesthetic continuity of your app.

Fortunately, the fix is simple: just add this line to your CSS in body,html{}: -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

Done.

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>