点击SVG对象触发链接

时间:2015-05-13 20:22:13

标签: javascript html css mobile svg

这是我的代码:

<a href="javascript: alert('square1');">
    <object type="image/svg+xml" data="http://oyokey.hexelcolorado.com/concept/svg/square.svg"></object>
    Square 1
</a>
<br><br>
<a href="javascript: alert('square2');">
    <object type="image/svg+xml" data="http://oyokey.hexelcolorado.com/concept/svg/square2.svg"></object>
    Square 2
</a>

在桌面上,单击SVG对象会正确触发链接。在移动设备上,点击文本可以正常工作,但是点击SVG却没有。

Demo of the coding

0 个答案:

没有答案