Hover Text on Mobile | XM Community
Skip to main content
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?
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.
here is a link to a blog which addresses this issue
Read this post



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

Leave a Reply