We are using the plugin bridge to open links from HTML anchor tags with the target=”_top” attribute. This works as expected, opening the link inside our app on both desktop and mobile apps.
However, we encountered an issue when the same anchor tag is placed inside an iframe within our content. On iPhone, the link opens inside the plugin card face itself rather than in the app. This problem does not occur on the desktop app, where the link opens correctly in the app.
Has anyone faced a similar issue or have suggestions on how to ensure the link opens in the app on iPhone when inside an iframe?