Touch ui event listener issue
I am facing one issue in AEm 6.1 touch ui with event listener. When I open the dialog first time after page refresh my code inside $(document).on("dialog-ready") or $(document).on("foundation-contentloaded") doesnt get executed
If I open second time with out page refresh I see it goes inside those functions
I am using extraclientlibs on dialog to invoke
extraClientlibs="[mycategory.for.eventlistener]"
is there any issue with this in AEM 6.1
