Skip to content

不支持svg??? #25

@pengfeiWang

Description

@pengfeiWang
<embed src="test.svg">
<!--svg code-->
<rect xmlns="http://www.w3.org/2000/svg" x="129" y="217" width="156" height="120" class="st0"/>
var svg = embed.getSVGDocument().getElementsByTagName('svg')[0];
var rect = svg.getElementsByTagName('rect');

touch.on(rect[0], 'tap', function (ev) { // 绑定未生效, tap 换成 click 是有效的
    console.log(ev) 
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions