Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
<svg width="100" height="100">
   <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)"  ><title>title tags</title></rect>
</svg> 


What I have tried:

<svg width="100" height="100">
   <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)"  ><title>title tags</title></rect>
</svg> 


Svg title tag not working in mobile
Posted
Comments
Richard Deeming 2-Mar-22 3:55am    
"Not working" tells us precisely nothing.

NB: The <title> element[^] is used to provide a tooltip, which is shown on hover. Mobile devices don't tend to have a mouse, so there is no concept of "hovering" over an element.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900