I'm facing an issue with DomSanitizer
.
I've created a StackBlitz that replicate this issue.
Every time the button is clicked, the iframe A is reloaded. The button does absolutely nothing - so it is not related to the iframe.
iframe A has a dynamic reference to its source. To make this work I use the DomSanitizer
.
iframe B has a static reference and no reload here - whats I expected. Just to show it is related to the sanitizer.
So I need to have an iframe in my application and its content should depend on the status of the application(some input). If that changes then a reload would be ok.
But I can not accept a reload by every button-click that has no connection to the iframe.
How can I handle that? Thanks for the support!