Hover Text on Mobile | XM Community
Skip to main content
Solved

Hover Text on Mobile


Forum|alt.badge.img+5
I have a survey that is utilizing HTML tags to show hover text. is there any way to get this to show up on the mobile version?

Best answer by NiC

Hover is not intended for touch screen devices ,if you want to show some info for some part of text you can use the onclick function to show the same, but that will then overwrite any other function that it already does . You can see that in websites while using computers the menu works on hover but on mobile the same websites require click to open menu.
View original

3 replies

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 255 replies
  • Answer
  • August 31, 2018
Hover is not intended for touch screen devices ,if you want to show some info for some part of text you can use the onclick function to show the same, but that will then overwrite any other function that it already does . You can see that in websites while using computers the menu works on hover but on mobile the same websites require click to open menu.

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 255 replies
  • August 31, 2018
here is a link to a blog which addresses this issue

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • August 31, 2018
Read this post https://stackoverflow.com/questions/29293623/how-to-display-edittext-hover-text-on-touch

Leave a Reply