Hi All, We have a component where we have added a config dialog using
below code in template JSP : CQ.WCM .edit({ "path" : "${currentNode.path}/config",
"dialog" : "<path>/config_dialog", "type" : "", "csp" : "", "editConfig"
: { "listeners" : { "afteredit" : "REFRESH_PAGE" }, } });
While we access the page in touch UI above config dialog does not
appear. Any quick solution on how to fix and show the dialog in touch UI
mode as well? Thanks in advance.