- Kusonjululiwe
- Okugcinwe kunqolobane
Inpage Load with iframe anchor tag
I'm working on a reactJs project where we're running an app in an iframe. The app and the project are interconnected. App has an in-page navigation(in same URL) with an a… (funda kabanzi)
I'm working on a reactJs project where we're running an app in an iframe. The app and the project are interconnected. App has an in-page navigation(in same URL) with an anchor tag that allows you to launch a new component in the same tab. It worked and was compatible with all commands prior to the release of the new version of Firefox 95. The click function is not working after the rollout (its not responding in any way). When you use Ctrl + click, a new tab opens with the same URL as the anchor tag with navigated component(and working with target=_blank too). Is this happning beacuse of new security release of RLBox. If this is the case, what other options do I have for resolving the problem?