Hey,
as the title states, when inserting any kind of link into a dynamicContentMacro, the default behaviour is that this opens within the iFrame, rather than the entire window.
I’ve tried working around that by tempering with the eventListeners on all ‘a’-tags, preventing the default event and calling the AP.navigator
instead. This works for most links, but there’s constantly new issues coming up, like live search not working correctly.
This also feels like a super hacky way. Is there a better way to get this to work?