anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)

Home Page:https://anvaka.github.io/panzoom/demo/attach-via-script.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it support pan by right button of mouse?

YornQiu opened this issue · comments

right click will popup the contextmenu, how to prevent?

Add this to your element oncontextmenu="return false;"

let say i do the oncontextmenu preventdefault(), will it disable my panning action?

right click will popup the contextmenu, how to prevent?

Did u manage to find out the solution?

No. And sorry, I haven't used it in a while, can't give u a suggestion.