Hi,
I am using extraClientLibs property to load a js on dialog open. My concern is that the js gets loaded on a page refresh and subsequent opening a dialog. The js is unable to load if a page refresh is not performed and the dialog is opened.
For example, I have a js mycomponent.js placed under a clientlib "image.ms". This clientlib value is populated on the cq:dialog in the extraClientLibrary property.
The expectation is that the mycomponent.js should be loaded every time I open the Touch UI dialog widget. This is not happening. However, after page refresh I am able to load the js on opening the dialog.
Is this expected behavior ?
Regards,
Sagar