robbestad/react-iframe

iframe breaks back button

Closed this issue · 3 comments

baxtr commented

Rendering the react-iframe adds to the history therefore breaks the back button. Is there anyway to not add to the history when switching between iframes?

There should be... Tbh, I can't see why it would add to the history. Could you post an example, either code or at least a high-level view of how you're using it?

I've the same issue.

Should to use unique key for iframe to prevent this issue.