mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mobile theme W.I.P.:
- Fix contextmenu is not working on Safari 9
This commit is contained in:
parent
e9d1e81c49
commit
f1ae822dd1
@ -291,7 +291,9 @@ function egwPopupActionImplementation()
|
||||
}
|
||||
return !e.cancelBubble;
|
||||
};
|
||||
|
||||
// Safari still needs the taphold to trigger contextmenu
|
||||
// Chrome has default event on touch and hold which acts like right click
|
||||
$j(_node).bind('taphold', contextHandler);
|
||||
$j(_node).on('contextmenu', contextHandler);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user