Hover Text on Mobile | XM Community
Solved

Hover Text on Mobile

  • 30 August 2018
  • 3 replies
  • 457 views

Badge +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?
icon

Best answer by NiC 31 August 2018, 05:02

View original

3 replies

Userlevel 7
Badge +27
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.
Userlevel 7
Badge +27
here is a link to a blog which addresses this issue
Userlevel 7
Badge +33
Read this post

https://stackoverflow.com/questions/29293623/how-to-display-edittext-hover-text-on-touch

Leave a Reply