diff --git a/platform/commonUI/inspect/src/gestures/InfoGesture.js b/platform/commonUI/inspect/src/gestures/InfoGesture.js index 67107773f5..4cac0ff98a 100644 --- a/platform/commonUI/inspect/src/gestures/InfoGesture.js +++ b/platform/commonUI/inspect/src/gestures/InfoGesture.js @@ -125,9 +125,10 @@ define( if (!queryService.isMobile(navigator.userAgent)) { // Show bubble (on a timeout) on mouse over element.on('mouseenter', showBubble); - } else if (queryService.isMobile(navigator.userAgent)) { - element.on('touchstart', showTouchBubble); } +// else if (queryService.isMobile(navigator.userAgent)) { +// element.on('touchstart', showTouchBubble); +// } // Also make sure we dismiss bubble if representation is destroyed // before the mouse actually leaves it