Hi.
I’m trying to embed an app with react-router as a sidebar plugin, but navigation doesn’t work because of iframe’s sandbox prop (absent allow-top-navigation-by-user-activation?).
Is there any way to edit sandbox prop?
Thank you in advance.
Hi.
I’m trying to embed an app with react-router as a sidebar plugin, but navigation doesn’t work because of iframe’s sandbox prop (absent allow-top-navigation-by-user-activation?).
Is there any way to edit sandbox prop?
Thank you in advance.
Hi, I believe this is expected. My understanding of React Router is that it maps different URL paths within your app. A Front plugin should be a single-page app (one URL path), so any changes in view in your plugin should be controlled by state changes, rather than page navigation changes
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.