iframe-touch-relay
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -125,3 +125,3 @@ | ||
box.style.zIndex = "1000"; | ||
document.body.insertBefore(box); | ||
document.body.insertBefore(box, document.body.children[0]); | ||
box.addEventListener("touchstart", handleStart, false); | ||
@@ -128,0 +128,0 @@ box.addEventListener("touchend", handleEnd, false); |
{ | ||
"name": "iframe-touch-relay", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Relays touch events inside iframe, to support multi-touch on pages with multiple iframes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6422