mirror of
https://github.com/nasa/openmct.git
synced 2025-02-08 03:50:39 +00:00
[Mobile] Removed InfoGesture
Commented out infogesture.
This commit is contained in:
parent
30c530178a
commit
1d7a0fa48d
@ -125,9 +125,10 @@ define(
|
|||||||
if (!queryService.isMobile(navigator.userAgent)) {
|
if (!queryService.isMobile(navigator.userAgent)) {
|
||||||
// Show bubble (on a timeout) on mouse over
|
// Show bubble (on a timeout) on mouse over
|
||||||
element.on('mouseenter', showBubble);
|
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
|
// Also make sure we dismiss bubble if representation is destroyed
|
||||||
// before the mouse actually leaves it
|
// before the mouse actually leaves it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user