I am working on AEM 6.0 SP2.
I have a component which includes other components. I need to refresh the page on edit of any of the components. I have CQ:LISTENERS configured as REFRESH_PAGE for afteredit event for parent as well as all child components. Refresh page works fine on classic UI but not working for Touch UI.
Is there any other way to refresh page for nested components in touch UI?