I have used the below code to detect a dialog load event for previous versions of AEM (I think AEM 6.3). Currently I am using AEMaaCS and when I use the same, I notice that the control is never going inside the below code: $(document).on("foundation-contentloaded", function (e) { });
Please share if there is any solution or any other way of doing this.