admin管理员组

文章数量:1384181

For clicking into the expanded view from a dashboard card, our plugin uses an anchor tag with <a target="_top" href="..."> as documented here. It works as expected in web and iOS clients.

On Android, it attempts to load the expanded view within the dashboard card's iframe. IOW, it does not open a new webview. It essentially replaces the dashboard card iframe's src with the anchor tag's href value.

We're serving the card's content from a nextJS app.

We've tried many different ways of loading the jack-henry/banno-plugin-framework-bridge module and calling enableRouter(), thinking there might be some timing issue, but to no avail.

We know this works with Android generally, but wondering if y'all have seen this before.

本文标签: