Dialog not appearing in touch UI
Hi All,
We have a component where we have added a config dialog using below code in template JSP :
<script type="text/javascript" id="cq-gen73">
CQ.WCM
.edit({
"path" : "${currentNode.path}/config",
"dialog" : "<path>/config_dialog",
"type" : "",
"csp" : "",
"editConfig" : {
"listeners" : {
"afteredit" : "REFRESH_PAGE"
},
}
});
</script>
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.