It’s very annoying that the text on button labels is select-able (highlighted).
On Android devices, clicking such a button sometimes highlights the text and pops up google suggestions which is a super-bad user experience.
The only ways I know to deal with that are to set a button link (which is not alway desired) or to cover the button with a transparent layer and use a onClick function on the layer (which is kind of miss the whole point in having a button).
Do you know any other way to make the button label text unselectable?
Thanks,
#button #label #text #highlighted #selectable #prevent