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.


Recent Comments