When I click on a button or link in my webbrowser on my Android phone, I see a colored box, confirming I clicked on something.
I am designing a mobile website and I would like to hide this ‘click confirmation’ – because it is not necessary and ruins the general impression of my site.
Is there a way to make a button or link in JavaScript that doesn’t return this colored box when clicked ?
You can use css on any element you don’t want this behaviour (or all elements).
So to stop all links you could use: