Kidus Kinfe
Kidus Kinfe

Reputation: 1

Banno Plugin Framework Bridge Working on iOS but Not on Android and Web Browser

I’m working with the @jack-henry/banno-plugin-framework-bridge to integrate a custom plugin within the Banno Online and Mobile apps. The plugin works perfectly on iOS, but I’m running into issues where the same functionality doesn’t work as expected on Android and in web browsers (Chrome, Safari, Firefox). Here are the details:

•   Banno Plugin Bridge Version: @jack-henry/banno-plugin-framework-bridge (v1.0.0)
•   iOS App: Working as expected (link handling, routing, etc.)
•   Android App: No response when interacting with links.
•   Web Browser (Chrome, Safari, Firefox): Links don’t trigger any actions. The router appears to be inactive.

I have put a debugger in the enableRouter function and inspected it looks like we are posting the message to the parent and the message looks like this { "data": { "href": "https://ui.dev.app-equipifi.com/?jwe_token=Bearer+&tct-id=tectonRoute.EquipifiEnhancedSso.Main&page=plans", "external": false }, "type": "click-link" }

• I expected similar behavior as on iOS, but it seems like the Android app is not recognizing the postMessage events. • I have checked the setup for both platforms and followed the instructions for setting up the links with target="_top".

For all platforms, if I am using an href link with target _top it should show me the expanded view of my application

Upvotes: 0

Views: 109

Answers (0)

Related Questions