Layered Listeners
Opened this issue · 0 comments
1ubuntuuser commented
I have a div placed over the top of another div. Each div is setup as a zingtouch region. I would like pinch/expand events to be sent to the underlying region except when I say so.
I tried setting region.capture to false but that didn't do the trick. In desperation I set the overlayed div touch-action css property to "none"; but that didn't work either...
Any help would be much appreciated!