Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

不支持svg??? #25

Open
pengfeiWang opened this issue Apr 20, 2016 · 0 comments
Open

不支持svg??? #25

pengfeiWang opened this issue Apr 20, 2016 · 0 comments

Comments

@pengfeiWang
Copy link

pengfeiWang commented Apr 20, 2016

<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) 
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant