Can someone share the list of events in touch UI for AEM 6.2.Apart from
the below events(function ($, $document) { "use strict";
$document.on("dialog-ready", function() {
//$(window).adaptTo("foundation-ui").alert("Open", "Dialog now open,
event [dialog-ready]"); }); $(document).on("click", ".cq-dialog-submit",
function (e) { //$(window).adaptTo("foundation-ui").alert("Close",
"Dialog closed, selector [.cq-dialog-submit]"); });
$document.on("dialog-ready", function() {
document.querySelector('fo...