I'm not sure if this feature would be valuable to others but here is the scenario I was looking at:
A user wants to navigate from their wallet to an issuer's website that is linked within it. They do not yet have CHAPI installed so there is 2 possible strategies for the wallet to allow this.
- The wallet has a button that installs the handler and then after success a second button to navigate to the issuer (non ideal UX)
- The wallet has a button that installs the handler, which subsequently navigates to the issuer (doing this right now as two separate function calls and using a
_blank navigation results in the browser blocking the page thinking it's a popup)
I am hoping there is a way we could add to the installHandler method an optional page to open after success. I'm not 100% sure this would solve the issue even but if so would allow the smoother user experience of option 2
I'm not sure if this feature would be valuable to others but here is the scenario I was looking at:
A user wants to navigate from their wallet to an issuer's website that is linked within it. They do not yet have CHAPI installed so there is 2 possible strategies for the wallet to allow this.
_blanknavigation results in the browser blocking the page thinking it's a popup)I am hoping there is a way we could add to the
installHandlermethod an optional page to open after success. I'm not 100% sure this would solve the issue even but if so would allow the smoother user experience of option 2