We often use the <abbr>
tag in HTML like this
<abbr title="Laugh Out Loud">LOL</abbr>
When on PC, we hover our mouse long enough on LOL and the Laugh Out Loud tooltip(kinda thing) shows up. What do we do on PHONES to see the title of the <abbr>
tag? Like, do we touch and hold, do we double-tap (None of these work, I've tried)?
well, the mobile devices won't display the tooltip when an user touches the text, but it can be modified by using CSS pseudo element properties. check out the link below:
Making the abbr element work for touchscreen, keyboard, and mouse